Business data for the Hickory-Lenoir-Morganton Metropolitan Statistical Area, North Carolina (1998 and 2001).
milwaukee2
An sf data frame with 83 rows, 55 variables, and a geometry column:
ZIP code
Name of ZIP code area
STATE
MSA
CBSA code
1998 total manufacturing establishments (MSA)
1998 total manufacturing establishments, 1-9 employees (MSA)
1998 total manufacturing establishments 10+ employees (MSA)
2001 total manufacturing establishments (MSA)
2001 total manufacturing establishments, 1-9 employees (MSA)
2001 total manufacturing establishments, 10+ employees (MSA)
1998 total manufacturing establishments (US)
1998 total manufacturing establishments, 1-9 employees (US)
1998 total manufacturing establishments 10+ employees (US)
2001 total manufacturing establishments (US)
2001 total manufacturing establishments, 1-9 employees (US)
2001 total manufacturing establishments, 10+ employees (US)
1998 total office establishments (MSA)
1998 total office establishments, 1-9 employees (MSA)
1998 total office establishments, 10+ employees (MSA)
2001 total office establishments (MSA)
2001 total office establishments, 1-9 employees (MSA)
2001 total office establishments, 10+ employees (MSA)
1998 total office establishments (US)
1998 total office establishments, 1-9 employees (US)
1998 total office establishments, 10+ employees (US)
2001 total office establishments (US)
2001 total office establishments, 1-9 employees (US)
2001 total office establishments, 10+ employees (US)
1998 total information establishments (MSA)
1998 total information establishments, 1-9 employees (MSA)
1998 total information establishments, 10+ employees (MSA)
2001 total information establishments (MSA)
2001 total information establishments, 1-9 employees (MSA)
2001 total information establishments, 10+ employees (MSA)
1998 total information establishments (US)
1998 total information establishments, 1-9 employees (US)
1998 total information establishments, 10+ employees (US)
2001 total information establishments (US)
2001 total information establishments, 1-9 employees (US)
2001 total information establishments, 10+ employees (US)
Unique index
Number of sectors represented in ZIP code
Total establishments in ZIP code, 1998
Total establishments in ZIP code, 2001
National growth effect, percent (N)
Industry mix effect, percent (M)
Competitive shift effect, percent (S)
Percent growth establishments, 1998-2001 (R)
Unique ZIP code ID for ID variables in weights matrix creation window
1998 and 2001 Zip Code Business Patterns, US Census Bureau
Sf object, unprojected. EPSG 4326: WGS84.
if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(milwaukee2) plot(milwaukee2["MAN98"]) }