100+ datasets found
  1. US Census Questions

    • kaggle.com
    Updated Dec 19, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    The citation is currently not available for this dataset.
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 19, 2020
    Dataset provided by
    Kaggle
    Authors
    Sahil Maheshwari
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Area covered
    United States
    Description

    Context

    Well ready to explore the US Census ? The following dataset contains the data with regards to what question were asked for US Census from 1790s to 2020s! Explore the evolution of census and how it has changed throughout the years , to know what has happened now ....

    Content

    What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too. There are 9 columns in the dataset Year-explains what years it is Questions- The questions asked that particular year. Category- Category of the questions UID- It is the identification code which helps in subcategorizing the questions of different years . Unit- Whether the answer was given or household Answer Type- The type of answer given to the question Age Range- Age range of the respondents Multiple Choice Questions- Multiple choice questions asked from the respondents

    Acknowledgements

    The following dataset has been forked from data.world an open site for datasets . https://data.world/the-pudding/us-census-questions?utm_campaign=data_digest&utm_medium=email&_hsmi=103587352&_hsenc=p2ANqtz--Q7b57-8JWX2OQs_ge_lzwpp32ixIBwIUTAFs3Cqim4GHuJOcshXopIapqNfsf6JZLb4WmQUWm19d-AQIHcfctpTxUkg&utm_content=103587352&utm_source=hs_email

    Inspiration

    The census data of the any Country is very exciting . Whether it be small or large, but what changes took over the years in collection of census data ? What questions removed and added , due to the rapid change from globalisation??

  2. Decennial Census: Summary File 3

    • catalog.data.gov
    Updated Jul 19, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Census Bureau (2023). Decennial Census: Summary File 3 [Dataset]. https://catalog.data.gov/dataset/decennial-census-summary-file-3
    Explore at:
    Dataset updated
    Jul 19, 2023
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Description

    Decennial Census Summary File 3 (SF 3) Description Census 2000 Summary File 3 (SF3) Summary File 3 presents in-depth population and housing data collected on a sample basis from the Census 2000 long form questionnaire, as well as the topics from the short form 100-percent data (age, race, sex, Hispanic or Latino origin, tenure [whether a housing unit is owner- or renter-occupied], and vacancy status). Summary File 3 consists of 813 detailed tables of Census 2000 social, economic and housing characteristics compiled from a sample of approximately 19 million housing units (about 1 in 6 households) that received the Census 2000 long-form questionnaire. Fifty-one tables are repeated for nine major race and Hispanic or Latino groups: White alone; Black or African American alone; American Indian and Alaska Native alone; Asian alone; Native Hawaiian and Other Pacific Islander alone; Some other race alone; Two or more races; Hispanic or Latino; and White alone, not Hispanic or Latino. For information on confidentiality protection, sampling error, nonsampling error, and definitions, see http://www.census.gov/prod/cen2000/doc/sf3.pdf. See Chapter 8 for computation of margins of error.

  3. H

    American Community Survey (ACS)

    • dataverse.harvard.edu
    Updated May 30, 2013
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Anthony Damico (2013). American Community Survey (ACS) [Dataset]. http://doi.org/10.7910/DVN/DKI9L4
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    May 30, 2013
    Dataset provided by
    Harvard Dataverse
    Authors
    Anthony Damico
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    analyze the american community survey (acs) with r and monetdb experimental. think of the american community survey (acs) as the united states' census for off-years - the ones that don't end in zero. every year, one percent of all americans respond, making it the largest complex sample administered by the u.s. government (the decennial census has a much broader reach, but since it attempts to contact 100% of the population, it's not a sur vey). the acs asks how people live and although the questionnaire only includes about three hundred questions on demography, income, insurance, it's often accurate at sub-state geographies and - depending how many years pooled - down to small counties. households are the sampling unit, and once a household gets selected for inclusion, all of its residents respond to the survey. this allows household-level data (like home ownership) to be collected more efficiently and lets researchers examine family structure. the census bureau runs and finances this behemoth, of course. the dow nloadable american community survey ships as two distinct household-level and person-level comma-separated value (.csv) files. merging the two just rectangulates the data, since each person in the person-file has exactly one matching record in the household-file. for analyses of small, smaller, and microscopic geographic areas, choose one-, three-, or fiv e-year pooled files. use as few pooled years as you can, unless you like sentences that start with, "over the period of 2006 - 2010, the average american ... [insert yer findings here]." rather than processing the acs public use microdata sample line-by-line, the r language brazenly reads everything into memory by default. to prevent overloading your computer, dr. thomas lumley wrote the sqlsurvey package principally to deal with t his ram-gobbling monster. if you're already familiar with syntax used for the survey package, be patient and read the sqlsurvey examples carefully when something doesn't behave as you expect it to - some sqlsurvey commands require a different structure (i.e. svyby gets called through svymean) and others might not exist anytime soon (like svyolr). gimme some good news: sqlsurvey uses ultra-fast monetdb (click here for speed tests), so follow the monetdb installation instructions before running this acs code. monetdb imports, writes, recodes data slowly, but reads it hyper-fast . a magnificent trade-off: data exploration typically requires you to think, send an analysis command, think some more, send another query, repeat. importation scripts (especially the ones i've already written for you) can be left running overnight sans hand-holding. the acs weights generalize to the whole united states population including individuals living in group quarters, but non-residential respondents get an abridged questionnaire, so most (not all) analysts exclude records with a relp variable of 16 or 17 right off the bat. this new github repository contains four scripts: 2005-2011 - download all microdata.R create the batch (.bat) file needed to initiate the monet database in the future download, unzip, and import each file for every year and size specified by the user create and save household- and merged/person-level replicate weight complex sample designs create a well-documented block of code to re-initiate the monet db server in the future fair warning: this full script takes a loooong time. run it friday afternoon, commune with nature for the weekend, and if you've got a fast processor and speedy internet connection, monday morning it should be ready for action. otherwise, either download only the years and sizes you need or - if you gotta have 'em all - run it, minimize it, and then don't disturb it for a week. 2011 single-year - analysis e xamples.R run the well-documented block of code to re-initiate the monetdb server load the r data file (.rda) containing the replicate weight designs for the single-year 2011 file perform the standard repertoire of analysis examples, only this time using sqlsurvey functions 2011 single-year - variable reco de example.R run the well-documented block of code to re-initiate the monetdb server copy the single-year 2011 table to maintain the pristine original add a new age category variable by hand add a new age category variable systematically re-create then save the sqlsurvey replicate weight complex sample design on this new table close everything, then load everything back up in a fresh instance of r replicate a few of the census statistics. no muss, no fuss replicate census estimates - 2011.R run the well-documented block of code to re-initiate the monetdb server load the r data file (.rda) containing the replicate weight designs for the single-year 2011 file match every nation wide statistic on the census bureau's estimates page, using sqlsurvey functions click here to view these four scripts for more detail about the american community survey (acs), visit: < ul> the us census...

  4. p

    Population and Housing Census 2002 - Nauru

    • microdata.pacificdata.org
    Updated May 19, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Nauru Bureau of Statistics (NBOS) (2019). Population and Housing Census 2002 - Nauru [Dataset]. https://microdata.pacificdata.org/index.php/catalog/236
    Explore at:
    Dataset updated
    May 19, 2019
    Dataset provided by
    Nauru Bureau of Statistics
    Authors
    Nauru Bureau of Statistics (NBOS)
    Time period covered
    2002
    Area covered
    Nauru
    Description

    Abstract

    The key objective of every census is to count every person (man, woman, child) resident in the country on census night, and also collect information on assorted demographic (sex, age, marital status, citizenship) and socio-economic (education/qualifications; labour force and economic activity) information, as well as data pertinent to household and housing characteristics. This count provides a complete picture of the population make-up in each village and town, of each island and region, thus allowing for an assessment of demographic change over time.

    The need for a national census became obvious to the Census Office (Bureau of Statistics) during 1997 when a memo was submitted to government officials proposing the need for a national census in an attempt to update old socio-economic figures. The then Acting Director of the Bureau of Statistics and his predecessor shared a similar view: that the 'heydays' and 'prosperity' were nearing their end. This may not have been apparent, as it took until almost mid-2001 for the current Acting Government Statistician to receive instructions to prepare planning for a national census targeted for 2002. It has been repeatedly said that for adequate planning at the national level, information about the characteristics of the society is required. With such information, potential impacts can be forecast and policies can be designed for the improvement and benefit of society. Without it, the people, national planners and leaders will inevitably face uncertainties.

    Geographic coverage

    National coverage as the Population Census covers the whole of Nauru.

    Analysis unit

    • Household
    • Individual (in a private household dwelling, institutions and non-private dwelling).

    Universe

    The Census covers all individuals living in private and non-private dwellings and institutions.

    Kind of data

    Census/enumeration data [cen]

    Sampling deviation

    There is no sampling for the population census, full coverage.

    Mode of data collection

    Face-to-face [f2f]

    Research instrument

    The questionnaire was based on the Pacific Islands Model Population and Housing Census Form and the 1992 census, and comprised two parts: a set of household questions, asked only of the head of household, and an individual questionnaire, administered to each household member. Unlike the previous census, which consisted of a separate household form plus two separate individual forms for Nauruans and non-Nauruans, the 2 002 questionnaire consisted of only one form separated into different parts and sections. Instructions (and skips) were desi

    The questionnaire cover recorded various identifiers: district name, enumeration area, house number, number of households (family units) residing, total number of residents, gender, and whether siblings of the head of the house were also recorded. The second page, representing a summary page, listed every individual residing within the house. This list was taken by the enumerator on the first visit, on the eve of census night. The first part of the census questionnaire focused on housing-related questions. It was administered only once in each household, with questions usually asked of the household head. The household form asked the same range of questions as those covered in the 1992 census, relating to type of housing, structure of outer walls, water supply sources and storage, toilet and cooking facilities, lighting, construction materials and subsistence-type activities. The second part of the census questionnaire focused on individual questions covering all household members. This section was based on the 1992 questions, with notable differences being the exclusion of income-level questions and the expansion of fertility and mortality questions. As in 1992, a problem emerged during questionnaire design regarding the question of who or what should determine a ‘Nauruan’. Unlike the 1992 census, where the emphasis was on blood ties, the issue of naturalisation and citizenship through the sale of passports seriously complicated matters in 2 002. To resolve this issue, it was decided to apply two filtering processes: Stage 1 identified persons with tribal heritage through manual editing, and Stage 2 identified persons of Nauruan nationality and citizenship through designed skips in the questionnaire that were incorporated in the data-processing programming.

    The topics of questions for each of the parts include: - Person Particulars: - name - relationship - sex - ethnicity - religion - educational attainment - Economic Activity (to all persons 15 years and above): - economic activity - economic inactive - employment status - Fertility: - Fertility - Mortality - Labour Force Activity: - production of cash crops - fishing - own account businesses - handicrafts. - Disability: - type of disability - nature of disability - Household and housing: - electricity - water - tenure - lighting - cooking - sanitation - wealth ownerships

    Cleaning operations

    Coding, data entry and editing Coding took longer than expected when the Census Office found that more quality-control checks were required before coding could take place and that a large number of forms still required attention. While these quality-control checks were supposed to have been done by the supervisors in the field, the Census Office decided to review all census forms before commencing the coding. This process took approximately three months, before actual data processing could begin. The amount of additional time required to recheck the quality of every census form meant that data processing fell behind schedule. The Census Office had to improvise, with a little pressure from external stakeholders, and coding, in conjunction with data entry, began after recruiting two additional data entry personnel. All four Census Office staff became actively involved with coding, with one staff member alternating between coding and data entry, depending on which process was dropping behind schedule. In the end, the whole process took almost two months to complete. Prior to commencing data entry, the Census Office had to familiarise itself with the data entry processing system. For this purpose, SPC’s Demography/Population Programme was invited to lend assistance. Two office staff were appointed to work with Mr Arthur Jorari, SPC Population Specialist, who began by revising their skills for the data processing software that had been introduced by Dr McMurray. This training attachment took two weeks to complete. Data entry was undertaken using the 2 .3 version of the US Census Bureau’s census and surveying processing software, or CSPro2.3. This version was later updated to CSPro2.4, and all data were transferred accordingly. Technical assistance for data editing was provided by Mr Jorari over a two-week period. While most edits were completed during this period, it was discovered that some batches of questionnaires had not been entered during the initial data capturing. Therefore, batch-edit application had to be regenerated. This process was frequently interrupted by power outages prevailing at the time, which delayed data processing considerably and also required much longer periods of technical support to the two Nauru data processing staff via phone or email (when available).

    Data appraisal

    Data was compared with Administrative records after the Census to review the quality and reliability of the data.

  5. i

    Population and Housing Census 2010 - Zambia

    • datacatalog.ihsn.org
    • catalog.ihsn.org
    Updated Mar 29, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Central Statistical Office (2019). Population and Housing Census 2010 - Zambia [Dataset]. https://datacatalog.ihsn.org/catalog/4124
    Explore at:
    Dataset updated
    Mar 29, 2019
    Dataset authored and provided by
    Central Statistical Office
    Time period covered
    2010
    Area covered
    Zambia
    Description

    Abstract

    The main objectives of the 2010 Census of Population and Housing were: • To provide accurate and reliable information on the size, composition and distribution of the population of Zambia at the time of the census; • To provide information on the demographic and socioeconomic characteristics of the population of Zambia at the lowest administrative level - the ward; • To provide indicators for measuring progress towards national and international development goals in a timely and user friendly manner; • To provide information on the number and characteristics of households engaged in agriculture and other economic activities; • To provide an accurate sampling frame and sample weights for future inter-censal household and population based surveys; • To provide information identifying the number of eligible voters for the 2011 General Elections; • To provide a census that meets national and international standards and allows for comparability with other censuses; • To provide information on the housing characteristics of the population.

    Universe

    Census Enumerators went out visiting all buildings in Zambia whether completed, incomplete, abandoned, habitable and inhabitable for the purpose of identifying characteristics of all buildings, households and other human aspects. All persons who lived in the buildings were counted and detailed information pertaining to their characteristics obtained.

    Sampling procedure

    The Census mapping methodology in 2010 was Geographic Information System (GIS) driven with the use of Satellite Imagery in urban areas and Global Positioning System (GPS) in rural areas.

    Mode of data collection

    Face-to-face [f2f]

    Research instrument

    The 2010 Census used a single questionnaire to capture individual, household and housing characteristics from the population. The 2010 Census differs from the 2000 Census by including questions on deaths of Household Members during the 12 months period prior to the census enumeration, as well as cause of death for all reported deaths.

    Included for the first time were questions on maternal deaths to women aged 12-49 years during the reference period (12 months prior to the Census). Questions were asked of female household members aged 12-49 years that were reported to have died during the reference period (12 months prior to the census), whether the death had occurred while the woman was pregnant, during childbirth or six weeks after the end of a pregnancy, regardless of the outcome of the pregnancy. Another new addition was the question on whether one was an Albino or not.

    Cleaning operations

    In April 2011, the Central Statistical Office started the data capture and processing of the 2010 Census questionnaires. Scanning of the 2010 Census questionnaires started in April 2011 and was successfully concluded in August 2011. The data capture used Optical Mark Reading (OMR) and Intelligent Character Recognition (ICR) technology in order to speed up the processing time. Data verification and development of edit and imputation specifications and programmes started in May and was completed in November 2011.

    Data appraisal

    Methods of evaluation applied were:

    • Direct Method: Post Enumeration Survey (PES)- a sample of households is revisited after the census and data are again collected but on a smaller scale and later compared with that collected during the actual census. • Indirect Method: Comparison of data using both internal and external consistency checks. Internal consistency checks compare relationships of data within the same census data, whereas external consistency checks compare census data with data generated from other sources.

    Coverage errors: • Omission or duplication of individuals, households, or housing units resulting in under or over enumeration. • Lack of accessibility or cooperation with respondents. • Lack of proper boundary descriptions on maps. Coverage errors can be measured by examining certain statistics such as growth rate, age composition, child woman ratio and dependency ratio.

    Content errors: Content errors refer to instances where characteristics such as age, sex, marital status, economic activity, etc. of a person enumerated in a census or survey are incorrectly reported or tabulated. • Content errors are caused by either a respondent giving a wrong response or by an enumerator recording an incorrect response. • 2010 census errors were estimated by the use of the Myers' Index, Sex Ratios, Age Ratios and Population Pyramids.

    For findings, please refer to the presentation on census data evaluation provided as external resources.

  6. American Community Survey Artist Extracts 5-year Data

    • icpsr.umich.edu
    Updated May 16, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    United States. Bureau of the Census (2025). American Community Survey Artist Extracts 5-year Data [Dataset]. https://www.icpsr.umich.edu/web/NADAC/studies/39413
    Explore at:
    Dataset updated
    May 16, 2025
    Dataset provided by
    Inter-university Consortium for Political and Social Researchhttps://www.icpsr.umich.edu/web/pages/
    Authors
    United States. Bureau of the Census
    License

    https://www.icpsr.umich.edu/web/ICPSR/studies/39413/termshttps://www.icpsr.umich.edu/web/ICPSR/studies/39413/terms

    Description

    The American Community Survey (ACS), conducted by the U.S. Census Bureau, replaced the long form of the decennial census in 2000. The ACS allows researchers, policy makers, and others access to timely information about the U.S. population to make decisions about infrastructure and distribution of federal funds. The monthly survey is sent to a sample of approximately 3.5 million U.S. addresses, including the District of Columbia and Puerto Rico. The ACS includes questions on topics not included in the decennial census, such as those about occupations and employment, education, and key areas of infrastructure like internet access and transportation. When studying large geographic areas, such as states, researchers can use a single year's worth of ACS data to create population-level estimates. However, the study of smaller groups of the population, such as those employed in arts-related fields, requires additional data for more accurate estimation. Specifically, researchers often use 5-year increments of ACS data to draw conclusions about smaller geographies or slices of the population. Note, the Census Bureau produced 3-year estimates between 2005 and 2013 (resulting in seven files: 2005-2007, 2006-2008, 2007-2009, . . . 2011-2013), which remain available but no additional 3-year estimate files have been created. Individuals wishing to describe people working in occupations related to the arts or culture should plan to use at least five years' worth of data to generate precise estimates. When selecting data from the U.S. Census Bureau or IPUMS USA, users should select data collected over 60 months, such as 2020-2024. NADAC's Guide to Creating Artist Extracts and Special Tabulations of Artists from the American Community Survey provides information about the occupation codes used to identify artists.

  7. p

    Population and Housing Census 2016 - Cook Island

    • microdata.pacificdata.org
    Updated Aug 22, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Cook Islands Statistics Office (CISO) (2019). Population and Housing Census 2016 - Cook Island [Dataset]. https://microdata.pacificdata.org/index.php/catalog/275
    Explore at:
    Dataset updated
    Aug 22, 2019
    Dataset authored and provided by
    Cook Islands Statistics Office (CISO)
    Time period covered
    2016
    Area covered
    Cook Islands
    Description

    Abstract

    This is the tenth census undertaken by the Statistics Office, the first being in 1971, and it has been held every five years ever since.

    The census counts all persons present in the Cook Islands on the census night of the 1st December 2016, including visitors temporary in the country. Cook Islanders who are living or are temporarily on vacation abroad are excluded.

    1. Organisation
      The overall organisation and control of the census, by virtue of the Statistics Act 2016, is vested upon the Government Statistician who, for the purpose of the census will be referred to as the Census Officer. A number of sections of the Act apply in carrying out the census. These include the “confidentiality” clause, which provides against the release or publication of any individual particulars and the offences and penalty clauses, which may be invoked against any persons failing to abide by the provisions of the Act.

    2. Scope and Coverage The scope of the early Cook Islands censuses was limited; in fact they consisted of head counts only. With the passage of time the census has expanded. Gradually, questions on sex, age, marital status, religion, education, employment, etc., have been included. Questions on unpaid work and income earned were included for the first time in the 1996 Census. In the 2016 Census, questions on relationship to head of household was expanded to reflect household living arrangement.
      A personal questionnaire is completed for every man, woman and child alive at midnight on census night within the geographical boundaries of the Cook Islands. The Census excludes those persons on foreign vessels, yachts and aircraft flying through or stopping temporarily (transit). A dwelling questionnaire is completed for every occupied dwelling as at midnight on census night.

    3. Objectives of the Census Taking account of the many comments, evaluations and recommendations arising from the 2011 Census, the design of the 2016 Census is based on a number of key strategic aims: 1) to give the highest priority to getting the national and local population counts right; 2) to maximise overall response and minimise differences in response rates in specific areas and among particular population sub-groups; 3) to build effective partnerships with other organisations, particularly local authorities, in planning and executing the field operation; 4) to provide high quality, value-for-money, statistics that meet user needs ; 5) to protect, and be seen to protect, confidential personal census information.

    4. The selection of topics and questions The topic content of the 2016 Census has been driven largely by the demands and requirements of users of census statistics, the evaluation of the 2016 and 2011 Census, and the priority of government as stated in the National Strategic Development Plan of the Cook Islands (NSDP) and the advice and guidance of organizations with experience of similar operations. These have been determined by extensive consultation with various Ministries of government and Non-Governmental Organizations (NGOs).

    Geographic coverage

    National coverage.

    Analysis unit

    Households and Individuals.

    Universe

    A Dwelling Questionnaire must be completed for every occupied dwelling as at midnight on Census Night. A Personal Questionnaire must be completed for each and every man, woman and child alive at midnight on Census Night within the geographical boundaries of the Cook Islands, excluding those persons on foreign vessels, yachts and aircraft flying through or stopping temporarily (transit).

    Kind of data

    Census/enumeration data [cen]

    Mode of data collection

    Computer Assisted Personal Interview [capi]

    Research instrument

    -The selection of topics and questions: The topic content of the 2016 Census has been driven largely by the demands and requirements of users of census statistics, the evaluation of the 2016 and 2011 Census, and the priority of government as stated in the National Strategic Development Plan of the Cook Islands (NSDP) and the advice and guidance of organizations with experience of similar operations. These have been determined by extensive consultation with various Ministries of government and Non-Governmental Organizations (NGOs).

    -The census questions: The topics proposed for the census are those that have been shown to be most needed by the major users of census information and for which questions have been devised that can be expected to produce reliable and accurate data. In each case, no other comparable and accessible source of the information is available in combination with other items in the census. Consultation on the topic content for the 2016 Census has (as ever) resulted in a much larger demand for questions than would be possible to accommodate on a census form that households could reasonably be expected to complete. Consequently a number of difficult decisions have had to be made in assessing the different requirements for information and balancing the needs for change against continuity. In assessing which topics should be included in the census, Statistics Office has had to consider a number of factors. The criteria for evaluating the strength of users' requirements for information were that: ? there should be a clearly demonstrated and signi?cant need ? the information collected was of major national importance ? users' requirements could not adequately be met by information from other sources ? there should be a requirement for multivariate analysis (that is the ability to cross-analyse one variable against other), and ? there should be consideration of the ability for comparison with previous censuses wherever possible

    So therefore were 2 questionnaires or forms used for the Census and they are: 1. Dwelling form - consist of the housheholds information on dwelling type, land tenure, dwelling materials, water and sanitation, energy, household facilities, solid waste, agriculture and fishing activities and equipments, household consumption, communication technology etc. and household relationship to head 2. Personal form - consist of the every member/individuals of the households' information on nationality, migration, ethnic origin, marital status, religion, physically challenged, literacy, information technology, education, training attainment, occupation, industry, employment, income, smoking, drinking, cultural activities and fertility

    They were published in english and all are provided as external resources.

    Cleaning operations

    After sending the forms to Statistics New Zealand for scanning, Cook Islands Statistics Office (CISO) staff then carry out the coding of the industries and occupation and the first visual editing if there are some inconsistencies in the questionnaire mainly using the Access software, and the tabulations is carried-out in both Access and Excel ready for analysis and report writing.

  8. Census of Population and Housing, 1990 [United States]: Modified Age/Race,...

    • icpsr.umich.edu
    ascii
    Updated Feb 14, 1993
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    United States. Bureau of the Census (1993). Census of Population and Housing, 1990 [United States]: Modified Age/Race, Sex, and Hispanic Origin (MARS) State and County File [Dataset]. http://doi.org/10.3886/ICPSR09878.v1
    Explore at:
    asciiAvailable download formats
    Dataset updated
    Feb 14, 1993
    Dataset provided by
    Inter-university Consortium for Political and Social Researchhttps://www.icpsr.umich.edu/web/pages/
    Authors
    United States. Bureau of the Census
    License

    https://www.icpsr.umich.edu/web/ICPSR/studies/9878/termshttps://www.icpsr.umich.edu/web/ICPSR/studies/9878/terms

    Time period covered
    1990
    Area covered
    United States
    Description

    The MARS file contains modified race and age data based on the 1990 Census. Both race and age are tabulated by sex and Hispanic origin for several layers of geography. The race data were modified to make reporting categories comparable to those used by state and local agencies. The 1990 Census included 9,804,847 persons who checked the "other race" category and were therefore not included in one of the 15 racial categories listed on the Census form. "Other race" is usually not an acceptable reporting category for state and local agencies. Therefore, the Census Bureau assigned each "other race" person to the specified race reported by another person geographically close with an identical response to the Hispanic-origin question. Hispanic origin was taken into account because over 95 percent of the "other race" persons were of Hispanic origin. (Hispanic-origin persons may be of any race.) The assignment of race to Hispanic-origin persons did not affect the Hispanic-origin category that they checked (i.e, Mexican, Puerto Rican, Cuban, etc.). Age data were modified because respondents tended to report age as of the date they completed the 1990 questionnaire, instead of age as of the April 1, 1990 Census date. In addition, there may have been a tendency for respondents to round up their age if they were close to having a birthday. Age data for individuals in households were modified by adjusting the reported birth-year data by race and sex for each of the 1990 Census's 449 district offices to correspond with the national level quarterly distribution of births available from the National Center for Health Statistics. The data for persons in group quarters were adjusted similarly, but on a state basis. The age adjustment affects approximately 100 million people. In this file their adjusted age is one year different from that reported in the 1990 Census.

  9. d

    Current Population Survey (CPS)

    • search.dataone.org
    • dataverse.harvard.edu
    Updated Nov 21, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Damico, Anthony (2023). Current Population Survey (CPS) [Dataset]. http://doi.org/10.7910/DVN/AK4FDD
    Explore at:
    Dataset updated
    Nov 21, 2023
    Dataset provided by
    Harvard Dataverse
    Authors
    Damico, Anthony
    Description

    analyze the current population survey (cps) annual social and economic supplement (asec) with r the annual march cps-asec has been supplying the statistics for the census bureau's report on income, poverty, and health insurance coverage since 1948. wow. the us census bureau and the bureau of labor statistics ( bls) tag-team on this one. until the american community survey (acs) hit the scene in the early aughts (2000s), the current population survey had the largest sample size of all the annual general demographic data sets outside of the decennial census - about two hundred thousand respondents. this provides enough sample to conduct state- and a few large metro area-level analyses. your sample size will vanish if you start investigating subgroups b y state - consider pooling multiple years. county-level is a no-no. despite the american community survey's larger size, the cps-asec contains many more variables related to employment, sources of income, and insurance - and can be trended back to harry truman's presidency. aside from questions specifically asked about an annual experience (like income), many of the questions in this march data set should be t reated as point-in-time statistics. cps-asec generalizes to the united states non-institutional, non-active duty military population. the national bureau of economic research (nber) provides sas, spss, and stata importation scripts to create a rectangular file (rectangular data means only person-level records; household- and family-level information gets attached to each person). to import these files into r, the parse.SAScii function uses nber's sas code to determine how to import the fixed-width file, then RSQLite to put everything into a schnazzy database. you can try reading through the nber march 2012 sas importation code yourself, but it's a bit of a proc freak show. this new github repository contains three scripts: 2005-2012 asec - download all microdata.R down load the fixed-width file containing household, family, and person records import by separating this file into three tables, then merge 'em together at the person-level download the fixed-width file containing the person-level replicate weights merge the rectangular person-level file with the replicate weights, then store it in a sql database create a new variable - one - in the data table 2012 asec - analysis examples.R connect to the sql database created by the 'download all microdata' progr am create the complex sample survey object, using the replicate weights perform a boatload of analysis examples replicate census estimates - 2011.R connect to the sql database created by the 'download all microdata' program create the complex sample survey object, using the replicate weights match the sas output shown in the png file below 2011 asec replicate weight sas output.png statistic and standard error generated from the replicate-weighted example sas script contained in this census-provided person replicate weights usage instructions document. click here to view these three scripts for more detail about the current population survey - annual social and economic supplement (cps-asec), visit: the census bureau's current population survey page the bureau of labor statistics' current population survey page the current population survey's wikipedia article notes: interviews are conducted in march about experiences during the previous year. the file labeled 2012 includes information (income, work experience, health insurance) pertaining to 2011. when you use the current populat ion survey to talk about america, subract a year from the data file name. as of the 2010 file (the interview focusing on america during 2009), the cps-asec contains exciting new medical out-of-pocket spending variables most useful for supplemental (medical spending-adjusted) poverty research. confidential to sas, spss, stata, sudaan users: why are you still rubbing two sticks together after we've invented the butane lighter? time to transition to r. :D

  10. a

    Census Form Return Rate by Block-Group

    • hub.arcgis.com
    Updated Apr 12, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Tompkins County Mapping Portal (2018). Census Form Return Rate by Block-Group [Dataset]. https://hub.arcgis.com/documents/15f18fe5253b4f028173efc0bc3e361a
    Explore at:
    Dataset updated
    Apr 12, 2018
    Dataset authored and provided by
    Tompkins County Mapping Portal
    Description

    Return Rate Data Source: US Census Bureau 2010 Enhanced Planning DatabaseCensus 2010 Map Series

  11. a

    Census Form Return Rate: Dryden Investigation

    • hub.arcgis.com
    Updated Apr 12, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Tompkins County Mapping Portal (2018). Census Form Return Rate: Dryden Investigation [Dataset]. https://hub.arcgis.com/documents/d6db16390f0b4d42b76c5c0d2c55220d
    Explore at:
    Dataset updated
    Apr 12, 2018
    Dataset authored and provided by
    Tompkins County Mapping Portal
    Description

    Return Rate Data Source: US Census Bureau 2010 Enhanced Planning DatabaseCensus 2010 Map Series

  12. 1960 Census of Population and Housing - IPUMS Subset - United States

    • microdata.worldbank.org
    Updated Aug 1, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    IPUMS (2025). 1960 Census of Population and Housing - IPUMS Subset - United States [Dataset]. https://microdata.worldbank.org/index.php/catalog/2114
    Explore at:
    Dataset updated
    Aug 1, 2025
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    IPUMS
    Time period covered
    1960
    Area covered
    United States
    Description

    Analysis unit

    Persons, households, and dwellings

    UNITS IDENTIFIED: - Dwellings: yes - Vacant Units: No - Households: yes - Individuals: yes - Group quarters: yes

    UNIT DESCRIPTIONS: - Dwellings: no - Households: Dwelling places with fewer than five persons unrelated to a household head, excluding institutions and transient quarters. - Group quarters: Institutions, transient quarters, and dwelling places with five or more persons unrelated to a household head.

    Universe

    Residents of the 50 states (not the outlying areas).

    Kind of data

    Population and Housing Census [hh/popcen]

    Sampling procedure

    MICRODATA SOURCE: U.S. Census Bureau

    SAMPLE SIZE (person records): 1799888.

    SAMPLE DESIGN: 1-in-100 national random sample drawn by the U.S. Census Bureau

    Mode of data collection

    Face-to-face [f2f]

    Research instrument

    The 1960 census used a machine-readable household form. Separate forms were used for each housing unit. Housing questions were included on the same form as the population items. Every fourth enumeration unit received a "long form," containing supplemental sample questions that were asked of all members of the unit. Sample questions are available for all individuals in every unit. Of the units receiving a long form, four-fifths received one version (the 20% questionnaire), and one-fifth received a second version with the same population questions but slightly different housing questions (the 5% questionnaire).

  13. Decennial Census: Summary File 2 Demographic Profile

    • s.cnmilf.com
    • res1catalogd-o-tdatad-o-tgov.vcapture.xyz
    • +1more
    Updated Jul 19, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Census Bureau (2023). Decennial Census: Summary File 2 Demographic Profile [Dataset]. https://s.cnmilf.com/user74170196/https/catalog.data.gov/dataset/decennial-census-summary-file-2-demographic-profile
    Explore at:
    Dataset updated
    Jul 19, 2023
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Description

    Summary File 2 (SF 2) contains the data compiled from the questions asked of all people and about every housing unit. Summary File 2 (SF 2) contains the data compiled from the questions asked of all people and about every housing unit. SF 2 includes population characteristics, such as sex, age, average household size, household type, and relationship to householder such as nonrelative or child. The file includes housing characteristics, such as tenure (whether a housing unit is owner-occupied or renter-occupied), age of householder, and household size for occupied housing units. Selected aggregates and medians also are provided

  14. e

    Mikrocensus 1971, 2. quarter: Additional Questions for the Population Census...

    • b2find.eudat.eu
    Updated Apr 6, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2024). Mikrocensus 1971, 2. quarter: Additional Questions for the Population Census - Dataset - B2FIND [Dataset]. https://b2find.eudat.eu/dataset/0f796ca7-144a-5112-9ddd-a9539b5b76f3
    Explore at:
    Dataset updated
    Apr 6, 2024
    Description

    In Austria a population census takes place every 10 years; this census contains a program of important statistical data on population and employment. They roughly corresponds to the information in the Mikrozensus standard survey but are more detailed (for instance with question on the connection of the place of residence and the workplace, questions on education, confession, etc.) Population and Mikrozensus are closely linked which the name already implies: Mikrozensus means a small-scale population census; this should demonstrate that what the population census reports only every 10 years, the Mikrozensus reports through the method of ongoing sampling. These ongoing sample are also collected in the years of the population census. The Mikrozensus however is far more detailed than the survey program of the population census because the Mikrozensus special surveys offer the possibility of asking questions which are fare beyond the scope of the population census. This complementary function of Mikrozensus and population census becomes especially obvious in the June-survey: certain questions that could not be posed in the population census due to the limited program were answered in the Mikrozensus via sampling. These were the topics: questions on the social stratification of the population questions on fertility and succession of birth questions on the silent Human Resources Probability: Stratified: Proportional Face-to-face interview

  15. Census of Population and Housing 1960 - IPUMS Subset - United States

    • catalog.ihsn.org
    • microdata.worldbank.org
    Updated Mar 29, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. Census Bureau (2019). Census of Population and Housing 1960 - IPUMS Subset - United States [Dataset]. https://catalog.ihsn.org/catalog/5529
    Explore at:
    Dataset updated
    Mar 29, 2019
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Minnesota Population Center
    Time period covered
    1960
    Area covered
    United States
    Description

    Abstract

    IPUMS-International is an effort to inventory, preserve, harmonize, and disseminate census microdata from around the world. The project has collected the world's largest archive of publicly available census samples. The data are coded and documented consistently across countries and over time to facillitate comparative research. IPUMS-International makes these data available to qualified researchers free of charge through a web dissemination system.

    The IPUMS project is a collaboration of the Minnesota Population Center, National Statistical Offices, and international data archives. Major funding is provided by the U.S. National Science Foundation and the Demographic and Behavioral Sciences Branch of the National Institute of Child Health and Human Development. Additional support is provided by the University of Minnesota Office of the Vice President for Research, the Minnesota Population Center, and Sun Microsystems.

    Geographic coverage

    National coverage

    Analysis unit

    Households and Group Quarters

    UNITS IDENTIFIED: - Dwellings: No - Vacant units: No - Households: Yes - Individuals: Yes - Group quarters: Yes

    UNIT DESCRIPTIONS: - Households: Dwelling places with fewer than five persons unrelated to a household head, excluding institutions and transient quarters. - Group quarters: Institutions, transient quarters, and dwelling places with five or more persons unrelated to a household head.

    Universe

    Residents of the 50 states (not the outlying areas).

    Kind of data

    Census/enumeration data [cen]

    Sampling procedure

    MICRODATA SOURCE: U.S. Census Bureau

    SAMPLE UNIT: Household

    SAMPLE FRACTION: 1%

    SAMPLE SIZE (person records): 1,799,888

    Mode of data collection

    Face-to-face [f2f]

    Research instrument

    The 1960 census used a machine-readable household form. Separate forms were used for each housing unit. Housing questions were included on the same form as the population items. Every fourth enumeration unit received a "long form," containing supplemental sample questions that were asked of all members of the unit. Sample questions are available for all individuals in every unit. Of the units receiving a long form, four-fifths received one version (the 20% questionnaire), and one-fifth received a second version with the same population questions but slightly different housing questions (the 5% questionnaire).

    Response rate

    UNDERCOUNT: No official estimates

  16. Census of Population and Housing, 1980 [United States]: Documentation for...

    • icpsr.umich.edu
    Updated Jun 1, 2016
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Inter-university Consortium for Political and Social Research (2016). Census of Population and Housing, 1980 [United States]: Documentation for Census Bureau Restricted Data [Dataset]. http://doi.org/10.3886/ICPSR21982.v2
    Explore at:
    Dataset updated
    Jun 1, 2016
    Dataset authored and provided by
    Inter-university Consortium for Political and Social Researchhttps://www.icpsr.umich.edu/web/pages/
    License

    https://www.icpsr.umich.edu/web/ICPSR/studies/21982/termshttps://www.icpsr.umich.edu/web/ICPSR/studies/21982/terms

    Time period covered
    1980
    Area covered
    United States
    Description

    This documentation has been created by ICPSR for the restricted version of Census 1980 distributed by the Bureau of the Census. The restricted data is based on questions from the long form questionnaire, and was collected from one in six households in the United States. Topics covered include income, ancestry, citizenship status, home values, commute time to work, occupation, education, veteran status, language ability, migration, place of birth, and many others. The documentation available here provides files summaries, variable information, and facilitates sorting of the data by race or by a wide variety of geographical units. ICPSR is not distributing the restricted data, only the documentation for the restricted data. Users who wish to access the restricted data can find more information at the Michigan Census Research Data Center Web site. Users should also note that the data for the public versions of Census 1980 are available from ICPSR.

  17. w

    5th Census of Population - IPUMS Subset - El Salvador

    • microdata.worldbank.org
    • catalog.ihsn.org
    Updated Aug 1, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    General Directorate of Statistics and Censuses (2025). 5th Census of Population - IPUMS Subset - El Salvador [Dataset]. https://microdata.worldbank.org/index.php/catalog/1071
    Explore at:
    Dataset updated
    Aug 1, 2025
    Dataset provided by
    General Directorate of Statistics and Censuses
    IPUMS
    Time period covered
    1992
    Area covered
    El Salvador
    Description

    Analysis unit

    Persons, households, and dwellings

    UNITS IDENTIFIED: - Dwellings: yes - Vacant Units: Yes - Households: yes - Individuals: yes - Group quarters: yes

    UNIT DESCRIPTIONS: - Dwellings: All places defined by walls and roofs where one or more people live regularly, that is where they sleep, cook and protect themselves from the elements. Also people can enter and leave the mentioned without passing through another house, having direct access from the street, passage, path or passing through common areas such as patios, hallways, corridors or stairs. - Households: Group of people who live as a family - Group quarters: This is a place or building where a group of people without family ties resides and share the space for reasons of lodging, health, education, military, religion, old age, orphanhood, etc. This includes hotels, boarding houses, guest houses, hospitals, homes for the elderly, internment schools, hospices, jails, etc.

    Universe

    All people who live in the country and all households nationally. Homeless

    Kind of data

    Population and Housing Census [hh/popcen]

    Sampling procedure

    MICRODATA SOURCE: General Directorate of Statistics and Censuses

    SAMPLE SIZE (person records): 510760.

    SAMPLE DESIGN: Stratified systematic sample. Homeless

    Mode of data collection

    Face-to-face [f2f]

    Research instrument

    Census questionnaire containing questions on demographic and socio-economic characteristics of the population, dwelling unit characteristics, emigration, and mortality.

  18. 2021 American Community Survey: S1810 | DISABILITY CHARACTERISTICS (ACS...

    • data.census.gov
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    ACS, 2021 American Community Survey: S1810 | DISABILITY CHARACTERISTICS (ACS 1-Year Estimates Subject Tables) [Dataset]. https://data.census.gov/table/ACSST1Y2021.S1810
    Explore at:
    Dataset provided by
    United States Census Bureauhttp://census.gov/
    Authors
    ACS
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Time period covered
    2021
    Description

    Although the American Community Survey (ACS) produces population, demographic and housing unit estimates, it is the Census Bureau's Population Estimates Program that produces and disseminates the official estimates of the population for the nation, states, counties, cities, and towns and estimates of housing units for states and counties..Supporting documentation on code lists, subject definitions, data accuracy, and statistical testing can be found on the American Community Survey website in the Technical Documentation section.Sample size and data quality measures (including coverage rates, allocation rates, and response rates) can be found on the American Community Survey website in the Methodology section..Source: U.S. Census Bureau, 2021 American Community Survey 1-Year Estimates.Data are based on a sample and are subject to sampling variability. The degree of uncertainty for an estimate arising from sampling variability is represented through the use of a margin of error. The value shown here is the 90 percent margin of error. The margin of error can be interpreted roughly as providing a 90 percent probability that the interval defined by the estimate minus the margin of error and the estimate plus the margin of error (the lower and upper confidence bounds) contains the true value. In addition to sampling variability, the ACS estimates are subject to nonsampling error (for a discussion of nonsampling variability, see ACS Technical Documentation). The effect of nonsampling error is not represented in these tables..The Census Bureau introduced a new set of disability questions in the 2008 ACS questionnaire. Accordingly, comparisons of disability data from 2008 or later with data from prior years are not recommended. For more information on these questions and their evaluation in the 2006 ACS Content Test, see the Evaluation Report Covering Disability..For cognitive difficulty, ambulatory difficulty, and self-care difficulty, the 'Population under 18 years' includes persons aged 5 to 17. Children under 5 are not included in these measures..The 2021 American Community Survey (ACS) data generally reflect the March 2020 Office of Management and Budget (OMB) delineations of metropolitan and micropolitan statistical areas. In certain instances the names, codes, and boundaries of the principal cities shown in ACS tables may differ from the OMB delineations due to differences in the effective dates of the geographic entities..Estimates of urban and rural populations, housing units, and characteristics reflect boundaries of urban areas defined based on Census 2010 data. As a result, data for urban and rural areas from the ACS do not necessarily reflect the results of ongoing urbanization..Explanation of Symbols:- The estimate could not be computed because there were an insufficient number of sample observations. For a ratio of medians estimate, one or both of the median estimates falls in the lowest interval or highest interval of an open-ended distribution. For a 5-year median estimate, the margin of error associated with a median was larger than the median itself.N The estimate or margin of error cannot be displayed because there were an insufficient number of sample cases in the selected geographic area. (X) The estimate or margin of error is not applicable or not available.median- The median falls in the lowest interval of an open-ended distribution (for example "2,500-")median+ The median falls in the highest interval of an open-ended distribution (for example "250,000+").** The margin of error could not be computed because there were an insufficient number of sample observations.*** The margin of error could not be computed because the median falls in the lowest interval or highest interval of an open-ended distribution.***** A margin of error is not appropriate because the corresponding estimate is controlled to an independent population or housing estimate. Effectively, the corresponding estimate has no sampling error and the margin of error may be treated as zero.

  19. f

    Additional file 1 of On the logical structure of census and survey...

    • springernature.figshare.com
    txt
    Updated Jun 4, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Griffith Feeney; Samuel Feeney (2023). Additional file 1 of On the logical structure of census and survey questionnaires [Dataset]. http://doi.org/10.6084/m9.figshare.9765872.v1
    Explore at:
    txtAvailable download formats
    Dataset updated
    Jun 4, 2023
    Dataset provided by
    figshare
    Authors
    Griffith Feeney; Samuel Feeney
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Progression table for Malawi 2008 census person questions. (CSV 3 kb)

  20. c

    Census of Population and Housing, 1960: Public Use Sample, 1 in 100

    • archive.ciser.cornell.edu
    Updated Feb 13, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bureau of the Census (2020). Census of Population and Housing, 1960: Public Use Sample, 1 in 100 [Dataset]. http://doi.org/10.6077/j5/ohycfx
    Explore at:
    Dataset updated
    Feb 13, 2020
    Dataset authored and provided by
    Bureau of the Census
    Variables measured
    Individual, Household
    Description

    This collection contains individual-level and 1-percent national sample data from the 1960 Census of Population and Housing conducted by the Census Bureau. It consists of a representative sample of the records from the 1960 sample questionnaires. The data are stored in 30 separate files, containing in total over two million records, organized by state. Some files contain the sampled records of several states while other files contain all or part of the sample for a single state. There are two types of records stored in the data files: one for households and one for persons. Each household record is followed by a variable number of person records, one for each of the household members. Data items in this collection include the individual responses to the basic social, demographic, and economic questions asked of the population in the 1960 Census of Population and Housing. Data are provided on household characteristics and features such as the number of persons in household, number of rooms and bedrooms, and the availability of hot and cold piped water, flush toilet, bathtub or shower, sewage disposal, and plumbing facilities. Additional information is provided on tenure, gross rent, year the housing structure was built, and value and location of the structure, as well as the presence of air conditioners, radio, telephone, and television in the house, and ownership of an automobile. Other demographic variables provide information on age, sex, marital status, race, place of birth, nationality, education, occupation, employment status, income, and veteran status. The data files were obtained by ICPSR from the Center for Social Analysis, Columbia University. (Source: downloaded from ICPSR 7/13/10)

    Please Note: This dataset is part of the historical CISER Data Archive Collection and is also available at ICPSR at https://doi.org/10.3886/ICPSR07756.v1. We highly recommend using the ICPSR version as they may make this dataset available in multiple data formats in the future.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
The citation is currently not available for this dataset.
Organization logo

US Census Questions

Census Questions from the 1790s to now !!

Explore at:
CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
Dataset updated
Dec 19, 2020
Dataset provided by
Kaggle
Authors
Sahil Maheshwari
License

https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

Area covered
United States
Description

Context

Well ready to explore the US Census ? The following dataset contains the data with regards to what question were asked for US Census from 1790s to 2020s! Explore the evolution of census and how it has changed throughout the years , to know what has happened now ....

Content

What's inside is more than just rows and columns. Make it easy for others to get started by describing how you acquired the data and what time period it represents, too. There are 9 columns in the dataset Year-explains what years it is Questions- The questions asked that particular year. Category- Category of the questions UID- It is the identification code which helps in subcategorizing the questions of different years . Unit- Whether the answer was given or household Answer Type- The type of answer given to the question Age Range- Age range of the respondents Multiple Choice Questions- Multiple choice questions asked from the respondents

Acknowledgements

The following dataset has been forked from data.world an open site for datasets . https://data.world/the-pudding/us-census-questions?utm_campaign=data_digest&utm_medium=email&_hsmi=103587352&_hsenc=p2ANqtz--Q7b57-8JWX2OQs_ge_lzwpp32ixIBwIUTAFs3Cqim4GHuJOcshXopIapqNfsf6JZLb4WmQUWm19d-AQIHcfctpTxUkg&utm_content=103587352&utm_source=hs_email

Inspiration

The census data of the any Country is very exciting . Whether it be small or large, but what changes took over the years in collection of census data ? What questions removed and added , due to the rapid change from globalisation??

Search
Clear search
Close search
Google apps
Main menu