Skip to content

Commit 0e721f6

Browse files
committed
migrate V4.7.0 schema files
1 parent 9c10afb commit 0e721f6

32 files changed

+59349
-666
lines changed

src/CHANGES.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/CHANGES_NAMING.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
== [[changes]] Changes
2+
For a description of how schema files are versioned, see link:../VERSIONING{ext-relative}[main directory].
3+
4+
=== Changes from 4.6.0
5+
- Adding PSEO data product
6+

src/CHANGES_SCHEMA.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
== [[changes]] Changes
2+
For a description of how schema files are versioned, see link:../VERSIONING{ext-relative}[main directory].
3+
4+
=== Changes from 4.6.0
5+
- Merge PSEO schema files into official release version
6+
- Minor formatting changes
7+
8+
=== Changes from 4.5.0-draft
9+
- Additional status flags on PSEO Earnings
10+
- Additional measures on PSEO Flows to report unobserved/marginally employed
11+
- Earnings reported at 2-digit CIPCODE level
12+
- Institution code changed to 8-digits
13+
- Updated to 2020 CIPCODE

src/CHANGES_SHAPEFILES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
== [[changes]] Changes
2+
For a description of how schema files are versioned, see link:../VERSIONING{ext-relative}[main directory].
3+
4+
=== Changes from 4.6.0
5+
- None

src/label_agg_level_pseo.csv

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
agg_level_pseo,grad_char,firm_char,cip_level,inst_level,geo_level,ind_level,by_grad_cohort,by_degree_level,pseoe,pseof
2+
38,Degree Level * Institution ID,,A,I,N,A,0,1,1,1
3+
40,Degree Level * CIP 2-digit * Institution ID,,2,I,N,A,0,1,1,1
4+
42,Degree Level * CIP 4-digit * Institution ID,,4,I,N,A,0,1,1,0
5+
44,Degree Level * Start Year for Graduation Cohort * Institution ID,,A,I,N,A,1,1,1,1
6+
46,Degree Level * CIP 2-digit * Start Year for Graduation Cohort * Institution ID,,2,I,N,A,1,1,1,1
7+
48,Degree Level * CIP 4-digit * Start Year for Graduation Cohort * Institution ID,,4,I,N,A,1,1,1,0
8+
86,Degree Level * Institution ID,NAICS Sector,A,I,N,S,0,1,0,1
9+
88,Degree Level * CIP 2-digit * Institution ID,NAICS Sector,2,I,N,S,0,1,0,1
10+
90,Degree Level * CIP 4-digit * Institution ID,NAICS Sector,4,I,N,S,0,1,0,0
11+
92,Degree Level * Start Year for Graduation Cohort * Institution ID,NAICS Sector,A,I,N,S,1,1,0,1
12+
94,Degree Level * CIP 2-digit * Start Year for Graduation Cohort * Institution ID,NAICS Sector,2,I,N,S,1,1,0,1
13+
96,Degree Level * CIP 4-digit * Start Year for Graduation Cohort * Institution ID,NAICS Sector,4,I,N,S,1,1,0,0
14+
134,Degree Level * Institution ID,Census Division,A,I,D,A,0,1,0,1
15+
136,Degree Level * CIP 2-digit * Institution ID,Census Division,2,I,D,A,0,1,0,1
16+
138,Degree Level * CIP 4-digit * Institution ID,Census Division,4,I,D,A,0,1,0,0
17+
140,Degree Level * Start Year for Graduation Cohort * Institution ID,Census Division,A,I,D,A,1,1,0,1
18+
142,Degree Level * CIP 2-digit * Start Year for Graduation Cohort * Institution ID,Census Division,2,I,D,A,1,1,0,1
19+
144,Degree Level * CIP 4-digit * Start Year for Graduation Cohort * Institution ID,Census Division,4,I,D,A,1,1,0,0
20+
182,Degree Level * Institution ID,NAICS Sector * Census Division,A,I,D,S,0,1,0,1
21+
184,Degree Level * CIP 2-digit * Institution ID,NAICS Sector * Census Division,2,I,D,S,0,1,0,1
22+
186,Degree Level * CIP 4-digit * Institution ID,NAICS Sector * Census Division,4,I,D,S,0,1,0,0
23+
188,Degree Level * Start Year for Graduation Cohort * Institution ID,NAICS Sector * Census Division,A,I,D,S,1,1,0,1
24+
190,Degree Level * CIP 2-digit * Start Year for Graduation Cohort * Institution ID,NAICS Sector * Census Division,2,I,D,S,1,1,0,1
25+
192,Degree Level * CIP 4-digit * Start Year for Graduation Cohort * Institution ID,NAICS Sector * Census Division,4,I,D,S,1,1,0,0

src/label_cip_level.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cip_level,label
2+
A,"All Degree Fields"
3+
2,"2-Digit CIP Family"
4+
4,"4-Digit CIP Codes"
5+
6,"6-Digit CIP Codes"

src/label_cipcode.csv

Lines changed: 2738 additions & 0 deletions
Large diffs are not rendered by default.

src/label_degree_level.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
degree_level,label
2+
00,All Degree Levels
3+
01,Certificate < 1 year
4+
02,Certificate 1-2 years
5+
03,Associates
6+
04,Certificate 2-4 years
7+
05,Baccalaureate
8+
06,Post-Bacc Certificate
9+
07,Masters
10+
08,Post-Masters Certificate
11+
17,Doctoral - Research/Scholarship
12+
18,Doctoral - Professional Practice

src/label_flags_ipeds_count.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
flag,label
2+
1,IPEDS counts as reported
3+
2,IPEDS counts edited for consistency with PSEO categories
4+
3,IPEDS counts not available

src/label_geo_level.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
geo_level,label,description,sourceurl,source
22
B,"Metropolitan (complete)","Identifies 5-digit CBSA code for metropolitan areas provided by the Census Bureau’s Geography Division. Balance of state including micropolitan areas are identified by custom codes as [ST]999","http://www.census.gov/population/metro/","U.S. Census Bureau, Population Division; Office of Management and Budget, July 2015 delineations"
33
C,"Counties","Identifies 5-digit FIPS/ANSI code for counties","https://www.census.gov/geo/reference/codes/cou.html","U.S. Census Bureau, Population Division; 2010 FIPS Codes for Counties and County Equivalent Entities"
4+
D,"Divisions","Identifies 1-digit multi-state Census Divisions","https://www.census.gov/geographies/reference-files/2017/demo/popest/2017-fips.html","U.S. Census Bureau, Population Division"
45
M,"Metropolitan/Micropolitan (state part)","Identifies 7-digit code constructed from the 2-digit state FIPS code and the 5-digit CBSA code provided by the Census Bureau’s Geography Division","http://www.census.gov/population/metro/","U.S. Census Bureau, Population Division; Office of Management and Budget, July 2015 delineations"
56
N,"National (50 States + DC)","Custom code using '00' to denote national scope",,
67
S,"States","Identifies 2-digit FIPS/ANSI codes","https://www.census.gov/geo/reference/ansi_statetables.html","U.S. Census Bureau, Population Division; American National Standards Institute (ANSI) Codes for States, the District of Columbia, Puerto Rico, and the Insular Areas of the United State"

0 commit comments

Comments
 (0)