Data revision history
Quick Links
1991 NCES documentation
1990 NCES documentation
PLDF2 data
ASCII file format
PLDF3

Longitudinal Public Library Data File (PLDF2)

Abstract

The purpose of these pages is to document a longitudinal set of public library data constructed from the annual Public Library Survey of the National Center for Education Statistics (NCES) under the Federal State Cooperative System (FSCS) program. From this survey, NCES publishes the Public Library Data File, State Summary/State Characteristics Data File, the Public Library Outlet Date File, and the E.D Tabs reports entitled Public Libraries in the United States for the various years. This compilation is of the Public Library Data File (PLDF2). The dataset contains 128,287 observations (an observation being data from one library for one year) and a maximum of 72 variables per observation. The data were originally compiled and published for the years 1987-2001. As a result of the compilation of this dataset, it became clear that these data could not be used to analyze trends and, as a result, this set of data formed the basis of another dataset, PLDF3.

For the time being, the PLDF2 data are not available. However for almost every use of these data, PLDF3 will be better. Other sets of data than those described here will be made available by request.


Background

NCES continues a rich tradition of compiling and publishing library data by the Department of Education and its predecessors that goes back to the seminal Public Libraries in the United States of America: Their History, Condition, and Management, (Washington, GPO: 1876) (commonly called the "1876 Report"). The report was published by the then Bureau of Education. There are actually older library data published by the US government but the subject of this history will have to wait for another time. A good place to start is Robert V. Williams, "The Making of Statistics of National Scope on American Libraries, 1836-1986: Purposes, Problems, and Issues." Libraries and Culture 26(2): 464-485 (Spring, 1991).

The name of this dataset, "PLDF2," reflects the fact that it is in a continuum. In the discussion below under variables, the reader will see that over the years, a number of variable names were used to describe essentially the same variables. PLDF2 records Zipcodes in a variable called ZIP which was the name used in the 1998-2001 datasets. However ZIP1 was used from 1991 to 1997, LIBZIP from 1988-1990 and FLDE in 1987. (Note that in the dataset, NCES variable names are in uppercase while variables I created are lowercase and italicized here for clarity.) PLDF1 was the first merge of the various datasets and in it, all four of these variables representing the zipcode--indeed all the various variables used in each year--appear in the merged data. The result was a dataset that had something close to 150 variables and was about 230 megabytes in the master dataset in SAS format. Using it would require the analyst to sort through the documentation and variable names and to write code to collapse the same variables with its various names into one variable name. This is what PLDF2 does. It has, as mentioned, a maximum of 72 variables and is 79 megabytes as a SAS dataset. Derivative versions of the dataset have different sizes and are discussed elsewhere.

Collapsing variables in this fashion makes using the dataset easier but it has the risk of introducing error. We know that to err is human and we have here a dataset of 128,287 observations with 72 variables or 9,236,664 things to get wrong. It is virtually certain that as this dataset is used and as new datasets are derived from it, that errors will be discovered and that PLDF2 will be changed to reflect what is learned. Thus, this dataset will likely change. A link to a revision history appears near the top of this page. Also, note that this documentation reflects a description of the concept behind it but the actual programs written on the raw data are the method by which the concept was executed. This secondary nature of documentation introduces another chance for error. Although the programs that generated this dataset are not documented here, they are available to anyone who wants them. I have the SAS code, log files, and orginal data and will be happy to discuss them and to correct errors.

A Methodological Caveat

The most likely source of error occurs in the correction of the imputations that appear in many of the sets of data. Conceptually, imputation includes a set of Statistical techniques used to create numbers where none exist. If a library does not report how much money it spent on its collection but Congress and the library community in considering legislation want a national estimate of how much was spent, what are we to do about the fact that some libraries did not report? Normal practice is to "impute" the missing data, that is, to make up data. When data are imputed, a guess is made by considering related factors. For instance, libraries of similar size, in the same region, with this many books and employees will spend $X and that number is entered into the NCES data when none is reported. One of NCES's missions is to supply such national estimates. However, people in the research community do not want imputed data in the data they analyze. One can well impute data from raw data or develop other methods for imputation but one should have clean data for analysis. After all, imputed data is based on a theory about relationships between variables. Should we use our theories to derive data or derive our theories from data? The research community's answer to that question is clear. NCES distributes imputed data but documents which data are imputed so it is conceptually possible to remove those specific observations. The program coding, alas, is rather more tricky. The intent was to change all imputed values to a period (.) used conventionally in SAS and other data formats as a place holder with no value and are normally referred to as "missing." As a result, such values do not interfere with calculations.

In addition, there is the custom of encoding variables with "-1" (and similar codes) used conventionally to mean that the value is missing or to distinguish between "Not Applicable" or "Not Available." It should be relatively easy to take out these values and replace them with a period indicating it is missing. It should, should it not? But, in examining the raw data one finds all sorts of things. For numerical variables, such as expenditures, it is important to get out the -1s so they do not interfere with calculations and the method I chose was to look for anything less than 0 and replace it with the period. I wonder about that method but it has so far seemed to yield the correct results. Character variables, however are a different problem. In examining the raw data, -1 has appeared as "-1   " (-1 and three spaces in ZIP), "   -1" (three spaces and -1), "-1-1-1-1-1-1-1-1" (in another variable), "---------", and all manner of things. (For example, see these cases where ADDRESS="M" may mean missing.) Given they are character and not numeric variables, each must be separately discovered and changed exactly because -1 has no numeric meaning--it is just some characters. On the other hand, the harm here is less because one does not make calculations on character fields--that is, there is no average street name.

A Peek Into Future Datasets

PLDF2 is, in effect, the base from which other longitudinal datasets derived from the Public Library Data File can be constructed. Although the variables have been collapsed and that should aid analysis, we will still be left with a set of data with different numbers of libraries each year. Towards that end, we need to know, for instance, which libraries have been in any set of data for the whole time. Libraries change over time: there are marriages, divorces, and new library systems are formed. In analyzing a set of libraries over time, a key is to have the same set of libraries so that observed changes are not a result of adding or subtracting new libraries from the set of data. We would want, of course, to analyze all in some circumstances but we also will want to analyze the same libraries over time in other cases.

How to do that? Well, we need a unique number that is a key to each institution and will use that to write code to sort out libraries in each year or in key years. The variable FSCSKEY is almost that variable but it is not. I initially looked at all libraries in four states in order by FSCSKEY and had to reorder them by other means to discover that the FSCSKEY was not consistent since 1987. One library had five but it appears that in the last five or so years, these keys are consistent. A further discussion is available on the main page of PLDF3's documentation.

Then we can begin work on PLDF4 which will be a smaller dataset but will include data from public libraries in all years of the data going back as far as we can go. We have sample data from LIBGIS from the 1970s, and large collections of universe data going back to the 19th century. If we have 100 such libraries, it would be remarkable and valuable.

Future additions to these datasets will also include mapping the variables in PLDF2 to the NISO Z39.7 Library Statistics standard and other related standards, and including XML descriptors. The XML descriptors will aid making the data available over the Web and in a manner that requires less technical knowledge than PLDF2 does. A paper A New Direction for Library Data? discusses this notion in detail. Briefly, it envisions "the development a comprehensive and systematic plan to encompass all variables, from all open source surveys, for all years, from all types of libraries and other information agencies, in one system based, ultimately, on XML or whatever is developed from it." Standards are important to ensure interoperability and comparability with other data collections. Among the criticisms of our data is that they are Balkanized and the work of standards bodies is an effort to overcome this problem.

Basics of PLDF2

Summary Information
Year Number of
Institutions
Coverage Number of
Variables in
PLDF2
Source of Data
2001 9,133 50 states and DC 68 NCES 2003398
2000 9,078 50 states and DC 68 NCES 2002341
The copy I used, however, came from NCES directly in a SAS dataset,
not in a format listed at this site.
1999 9,048 50 states and DC 68 NCES 2002376
NCES directly in a SAS dataset...
1998 8,966 50 states and DC 63 NCES 2002386
NCES directly in a SAS dataset...
1997 8,968 50 states and DC 60 NCES 2003388
NCES directly in a SAS dataset...
1996 8,946 50 states and DC 59 NCES 2003391
NCES directly in a SAS dataset...
1995 8,981 50 states and DC 59 NCES 2003302
NCES directly in a SAS dataset...
1994 8,920 50 states and DC 52 NCES 2003304
NCES directly in a SAS dataset...
1993 8,929 50 states and DC 52 NCES 2003306
NCES directly in a SAS dataset...
1992 8,944 50 states and DC 52 NCES 2003308
NCES directly in a SAS dataset...
1991 9,049 50 states and DC 45 NCES 3 1/2" floppy diskette. Here is the documentation that came with the data files.
1990 8,977 50 states and DC 45 NCES 5 1/4" floppy diskette. Here is the documentation that came with the data files.
1989 8,790 49 states and DC 47 Interuniversity Consortium for Political and Social Research (ICPSR)
9596 and 2212
They are identical. I have written them and they say they will discard one.
The documentation claims all 50 states supplied data but, in fact, only state summary data are available from Tennessee.
1988 7,910 44 states and DC 47 ICPSR 2211
1987 3,648 19 states and DC 48 ICPSR 2210

Variables

The table lists the variables that were dealt with in constructing PLDF2. The intent was to group all like variables in the various years in one variable name. Rarely was there any ambiguity in reading the documentation from year to year. In one case, HRS_OPEN, in 1987-88, the variable was defined as a count from one week and from 1989, the number is annual. For 1987-88, as is noted below, I multiplied the number by 52 in order to convert the numbers for those first two years to something (roughly) comparable to the data from later years.

The documentation proved helpful and only one obvious error was discovered. According to the documentation, in 1989 the variables PSUNDUP and SVCINUSE were not reported but they are in the dataset. It is not clear whether they were reported for all institutions or only those who reported in spite of the data's not being collected or whether the documentation is in error and the data are collected appropriately.

Two variables have been added to each year's data in order to ease processing: state and year. Year was hard coded in one of the programs and is the nominal year of collection and the same as the year that appears on publications. State is the two-digit postal code. This variable was made from various variables in the dataset as noted below.

Five variables were discarded completely but could be readily included in a separate dataset if someone were to want any of them. They are HRSCD, POPCD, PUBSEQ, SEQ, and STPOP. They are discussed below. Of course, when variables such as ZIP replaced FLDE and LIBZIP, those replaced variables were discarded also but the data they reported are in PLDF2 in ZIP. The data from these discarded five are not in PLDF2.

An Excel spreadsheet presents these variables in another format.

The following table has the variable in the topical order used in 2001. The convention followed is to use the 2001 variable name except where the data are no longer collected and the short definitions and notes come, largely, from the documentation for 2001. The wording differs on occasion for variables documented in the earlier years but the definitions overall are pretty consistent.


Identification Variables
Variable Short definition Years History Notes
state Two-letter State Code ALL Created from
substringing KEY (1987)
FKEYPOST (1988-90)
converting PUB_FIPS (1991) by code
STABR (1992-)
Used for processing.
year Year of data collection ALL   Inserted by code and used in processing.
STABR Two-letter Federal Information Processing Standards (FIPS) State Code 1992-2001   Used to create the variable state since 1992.
FSCSKEY Library ID assigned by NCES ALL Created from
KEY (1987)
concatenating FKEYPOST and FKEYSEQ (1988-90)
FSCSKEY (1991-)
Does not work as a unique number for each library.
LIBID Library ID assigned by the state. FSCSKEY if the state did not assign a code. ALL FLDA (1987)
LIBCODE (1988-90)
LIBID (1991-)
 
LIBNAME Name of library (administrative entity) ALL FLDB (1987)
LIBNAME (1988-)
There is considerable variation year to year in some libraries' names.
ADDRESS Street address of administrative entity ALL FLDC (1987-)
LIBADDR (1988-90)
ADDRESS (1991-)
 
CITY City or town (of street address) of administrative entity ALL FLDD (1988)
LIBCITY (1989-90) CITY (1991-)
 
CNTY County of library 1992-2001 CNTY (1992-)  
ZIP Five-digit postal zipcode (of mailing address) of administrative entity ALL FLDE (1987)
LIBZIP (1988-90)
ZIP1 (1991-97)
ZIP (1998-)
The State Library Agencies' (StLA) data uses another variable name.
ZIP4 Four-digit postal zip code extension (of street address) of administrative entity. ALL FLDF (1987)
LIBZIP4 (1988-90)
ZIP2 (1991-97)
ZIP4 (1998-)
 

Mailing Address Variables
Variable Short definition Years History Notes
ADDRESS_M Mailing address of administrative entity 1999-2001 ADDRESS_M (1999-)  
CITY_M City or town (of mailing address) of administrative entity 1999-2001 CITY_M (1999-)  
ZIP_M Five-digit postal zip code (of mailing address) of administrative entity. 1999-2001 ZIP_M (1999-)  
ZIP4_M Mailing address of administrative entity 1999-2001 ZIP4_M (1999-)  
PHONE Telephone number ALL FLDG (1987)
LIBPHONE (1988-90)
PHONE (1991-)
Format: area code/exchange/number (for example, 7037315072)
C_RELATN Interlibrary Relationship Code 1992-2001 C_RELATN (1992-) HQ-Headquarters of a system, federation, or cooperative service
ME-Member of a system, federation, or cooperative service, but not the headquarters
NO-Not a member of a system, federation, or cooperative service
C_LEGBAS Legal Basis Code 1992-2001 C_LEGBASE (1992-) CO-County/Parish
CC-City/County
MJ-Multi-jurisdictional
NL-Native American Tribal Government
NP-Non-profit Association or Agency
SC-School District
SD-Special Library District (authority, board, or commission)
OT-Other
C_ADMIN Administrative Structure Code 1992-2001 C_ADMIN (1992-) MA-Administrative Entity with multiple direct service outlets where administrative offices are separate
MO-Administrative Entity with multiple direct service outlets where administrative offices are not separate
SO-Single Outlet Administrative Entity
C_FSCS FSCS Public Library Definition (Public library meets all criteria in the definition.) 1995-2001 C_FSCS (1995-) Y-Yes
N-No
GEOCODE Geographic Code 1998-2001 GEOCODE (1998-) CI1-City (exactly)
CI2-City (most nearly)
CO1-County (exactly)
CO2-County (most nearly)
MA1-Metropolitan area (exactly)
MA2-Metropolitan area (most nearly)
MC1-Multi-County (exactly)
MC2-Multi-County (most nearly)
SD1-School District (exactly)
SD2-School District (most nearly)
OTH-Other

Population Variables
Variable Short definition Years History Notes
POPU_LSA Population of the Legal Service Area ALL FLDH (1987)
SERPOP (1988-90)
POPU (1991-97)
POPU_LSA (1998-)
 
POPU_UND Unduplicated population of the legal service area for the library (constructed variable). 1991-2001 POPU_UNDUP (1991-1997)
POPU_UND (1998-)
NCES calculated this value by prorating the library's population of legal service area (POPU_LSA) to the state's total population of legal service areas (total POPU_LSA), and applying the ratio to the state-reported total unduplicated population of legal service areas. The latter item, a single figure reported by the state data coordinator, is also named POPU_UND but is located on the State Summary/State Characteristics Data File.

Service Outlets
Variable Short definition Years History Notes
CENTLIB Number of central libraries ALL FLDI (1987)
SERNUMCN (1988-90)
CENTLIB (1991-)
 
BRANLIB Number of branch libraries ALL FLDJ (1987)
SERNUMBR (1988-90)
BRANLIB (1991-)
 
BKMOB Number of bookmobiles ALL FLDK (1987)
SERNUMBM (1988-90)
BKMOB (1991-)
 
OTHSERV Number of other service outlets 1987-1991 FLDL (1987)
SERNUMOT (1988-90)
OTHSERV (1991)
 

Full-Time Equivalent (FTE) Paid Staff
Variable Short definition Years History Notes
MASTER ALA-MLS Librarians ALL FLDM (1987)
FTLIBMS (1988-90)
MASTER (1991-)
According to the documentation, 1987 figures are for FTE, just like those for 1988+ but the data reported for 1987 are substantially higher than those for subsequent years. It is not obvious what the caused the difference or how great it is.
LIBRARIA Total number of FTE employees holding the title of librarian. ALL FLDN (1987)
FTLIBTO (1988-90)
LIBRARIAN (1991-97)
LIBRARIA (1998-)
"
OTHPAID All other paid FTE employees. ALL FLDO (1987)
FTOTHPD (1988-90)
OTHPAID (1991-)
"
TOTSTAFF Total paid FTE employees ALL FLDP (1987)
FTTOTPD (1988-90)
TOTEMP (1991-97)
TOTSTAFF (1998-)
"

Operating Income
Variable Short definition Years History Notes
LOCGVT Operating income from local government ALL FLDQ (1987)
INCLOCAL (1988-90)
LOCGVT (1991-)
 
STGVT Operating income from state government ALL FLDR (1987)
INCSTATE (1988-90)
STGVT (1991-)
 
FEDGVT Operating income from federal government ALL FLDS (1987)
INCFED (1988-90)
FEDGVT (1991-)
 
OTHINCM Other operating income (i.e., income not included in LOCGVT, STGVT, and FEDGVT) ALL FLDT (1987)
INCOTHER (1988-90)
OTHINCM (1991-)
 
TOTINCM Total income (i.e., LOCGVT, STGVT, FEDGVT, and OTHINCM) ALL FLDU (1987)
INCTOTAL (1988-90)
TOTINCM (1991-)
 

Operating Expenditures
Variable Short definition Years History Notes
SALARIES Salaries and wages for all library staff ALL FLDV (1987)
OPXSALAR (1988-90)
SALARIES (1991-)
 
BENEFIT Employee benefits for all library staff ALL FLDW (1987)
OPXBENEFIT (1988-90)
BENEFIT (1991-)
 
STAFFEXP Total staff expenditures (i.e., SALARIES and BENEFIT) ALL FLDX (1987)
OPXTOTST (1988-90)
TOTEXP (1991-97)
STAFFEXP (1998-)
 
TOTEXPCO Total expenditures on library collection. ALL FLDY (1987)
OPXTOTCL (1988-90)
TOTEXPCOL (1991-97)
TOTEXPCO (1998-)
 
OTHOPEXP Other operating expenditures (i.e., expenditures not included in STAFFEXP and TOTEXPCO) ALL FLDZ (1987)
OPXOTH (1988-90)
OTHOPEXP (1991-)
 
TOTOPEXP Total operating expenditures (i.e., STAFFEXP, TOTEXPCO, and OTHOPEXP) ALL FLDAA (1987)
OPXTOTAL (1988-90)
TOTOEXP1 (1991-97)
TOTOPEXP (1998-)
 

Capital Outlay Expenditures
Variable Short definition Years History Notes
CAPITAL Expenditures for capital outlay ALL FLDAB (1987)
CAPOUTLA (1988-90)
CAPITAL (1991-)
 

Library Collection
Variable Short definition Years History Notes
BKVOL Number of books and serial volumes ALL FLDAC (1987)
COLBOOKS (1988-90)
BKVOL (1991-)
 
AUDIO Number of audio materials ALL FLDAD (1987)
COLAUDIO (1988-90)
AUDIO (1991-)
 
FILM Number of films 1987-91 FLDAE (1987)
COLFILM (1988-90)
FILM (1991)
 
VIDEO Number of video materials ALL FLDAF (1987)
COLVIDEO (1988-90)
VIDEO (1991-)
 
SUBSCRIP Number of current serial subscriptions ALL FLDAG (1987)
COLCSERL (1988-90)
SUBSCRIPT (1991-97)
SUBSCRIP (1998-)
 

Public Service Hours
Variable Short definition Years History Notes
PSUNDUP Unduplicated public service hours per week. 1987-89 FLDAH (1987)
PSUNDUP (1988-89)
According to the documentation, 1989 is not in the dataset for this variable or SVCINUSE but both are in 1989. Proceed with caution.
HRS_OPEN Total annual public service hours for all service outlets ALL FLDAI (1987) (weekly) times 52
PSDUP (1988) weekly times 52
PSDUP (1988-89)
DUPLI (1990-97) HRS_OPEN (1998-)
 

Library Services
Variable Short definition Years History Notes
VISITS Total annual library visits ALL FLDAJ (1987)
SVCATTND (1988-90)
ATTEND (1991-97)
VISITS (1998-)
SVCATTND and ATTEND were defined as "Annual attendance in library" which, I understand, is regarded as the same as VISITS today.
SVCINUSE In-library use of materials 1987-89 FLDAK (1987)
SVCINUSE (1988-89)
According to the documentation, 1989 is not in the dataset for this variable or PSUNDUP but both are in 1989. Proceed with caution.
REFERENC Total annual reference transactions ALL FLDAL (1987)
SVCREFS (1988-90)
REFERENCE (1991-1997)
REFERENC (1998-)
 

Circulation
Variable Short definition Years History Notes
TOTCIR Total annual circulation transactions ALL FLDAM (1987)
CIRCULAT (1988-90)
TOTCIR (1991-)
 

Inter-Library Loans
Variable Short definition Years History Notes
LOANTO Total annual loans provided to other libraries ALL FLDAN (1987)
ILLOUT (1988-90)
LOANTO (1991-)
 
LOANFM Total annual loans received from other libraries ALL FLDAO (1987)
ILLIN (1988-90)
LOANFM (1991-)
 

Children's Services
Variable Short definition Years History Notes
KIDCIRCL Total annual circulation (including renewals) of all children's materials in all formats to all users (1992-2001) KIDCIRCL (1992-)  
KIDATTEN Total annual attendance at all programs intended primarily for children. Includes adults who attend programs intended primarily for children. (1992-2001) KIDATTEN(1992-)  

Electronic Technology
Variable Short definition Years History Notes
ELMATEXP Operating expenditures for library materials in electronic format 1995-2001 ELMATEXP (1995-)  
ELACCEXP Operating expenditures for electronic access 1995-2001 ELACCEXP (1995-)  
ELMATS Number of library materials in electronic format 1995-2001 ELMATS (1995-)  
ELSVCACC Library access to electronic services 1995-2001 ELSVCACC (1995-) Y-Yes
N-No
M-Missing (unknown, not reported)
INETACC Library access to the Internet 1995-2001 INETACC (1995-) Y-Yes
N-No
M-Missing (unknown, not reported)
INETUSE Internet Use Code 1995-2001 INETUSE (1995-) PI-Patrons through a staff intermediary only
PE-Patrons either directly or through a staff intermediary
NA-Not applicable
M-Missing (unknown, not reported)
STFTERMS Internet terminals used by staff only 1998-2001 STFTERMS (1998-)  
GPTERMS Internet terminals used by general public 1998-2001 GPTERMS (1998-)  
ERES_USR Users of electronic resources per typical week 1999-2001 ERES_USR (1999-)  

Other
Variable Short definition Years History Notes
PUB_FIPS Two-digit FIPS State Code. 1988-2001 PUB_FIPS (1988-) This is a numerical code (Alabama = 01). STABR uses a character state code (Alabama = AL).
CNTYFIPS Three-digit FIPS County Code 1997-2001 CNTYFIPS (1997-) Each county in a state has a three digit numerical code. With the FIPS code in PUB_FIPS, there is a five digit code that gives each county in each state a unique number.
YR_SUB FSCS submission year of public library data in four-digit format (YYYY) 1991-2001 YR (1991-97) + 1900
YR_SUB (1998-)
YR was a two digit year format and YR_SUB is four digit.
OBEREG Bureau of Economic Analysis Code 1992-2001 OBEREG (1992-) 00-U.S. Service Schools
01-New England (CT ME MA NH RI VT)
02-Mid East (DE DC MD NJ NY PA)
03-Great Lakes (IL IN MI OH WI)
04-Plains (IA KS MN MO NE ND SD)
05-Southeast (AL AR FL GA KY LA MS NC SC TN VA WV)
06-Southwest (AZ NM OK TX)
07-Rocky Mountains (CO ID MT UT WY)
08-Far West (AK CA HI NV OR WA)
09-Outlying Areas (AS FM GU MH MP PR PW VI)
RSTATUS Respondent status 1992-2001 RSTATUS (1992-) 1-Respondent, with no imputed data
2-Respondent, with both reported and imputed data
3-Nonrespondent, not imputed
4-Nonrespondent with imputed data

Dropped Variables
Variable Short definition Years History Notes
HRSCD Internal control field. Code for hours of service based on FLDAH (unduplicated public service hours per week) 1987 HRSCD (1987) 1 indicated 12 or more such hours and 2 indicated 12 or fewer. Blank meant not reported.
POPCD Internal control field. Code for population served based on FLDH (population of legal service area (now POPU_LSA). 1987 POPCD (1987) Values were A ("Less than 1,000") through K ("1,000,000 and above"). L="Not reported or zero"
PUBSEQ Sequence key 1988-1990 PUBSEQ (1988-1990) The documentation indicates PUBSEQ is indentical to FSCSKEY so it is redundant.
SEQ Sequence key 1987 SEQ (1987) Unlike any other sequence keys and it only existed for one year. It did use a two-number FIPS state code rather than the two-character postal code used by FSCSKEY.
STPOP Internal control field for state summary data only, blank for all other records 1987 STPOP (1987) There were 19 state summary records but none had any values.

PLDF2 Data

Complete data are available in a number of formats.

Thanks to--

Elaine Kroe for the SAS datasets of the 1991-2000 data and to Libby Law for the data from 1990.

Bob Molyneux

Valid XHTML 1.0!


April 19, 2004
Back to Longitudinal page
Back to NCES index
NCLIS 30th Anniversary logo Return to NCLIS Homepage