sources
Data license: CC-BY
1 row where datasetId = 4889 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
17620 | Crude marriage rate (OWID based on UN, OECD, Eurostat and other sources) | { "link": "See below", "retrievedDate": "08/01/2020", "additionalInfo": "Estimates rely on data from multiple sources:\n- For European countries, the data comes from the <a href=\"https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Marriage_and_divorce_statistics#Fewer_marriages.2C_more_divorces\">Eurostat dataset</a>.\n- For the US the series is composed of data taken from three sources: <a href=\"https://hsus.cambridge.org/HSUSWeb/HSUSEntryServlet\">Carter et al. (2006)</a> for the period 1920 - 1995; the <a href=\"https://www.census.gov/library/publications/2006/compendia/statab/126ed/vital-statistics.html\">US Census Bureau (2007)</a> for the period 1996 - 2004; and the <a href=\"https://www.cdc.gov/nchs/nvss/marriage-divorce.htm?CDC_AA_refVal=https%3A%2F%2Fwww.cdc.gov%2Fnchs%2Fmardiv.htm\">CDC</a> for the period 2005 to present.\n- For other non-European countries that are OECD members, the data comes from the <a href=\"http://www.oecd.org/els/family/database.htm\">OECD Family Database</a>.\n- For all other countries the data comes from the <a href=\"https://www.un.org/en/development/desa/population/publications/dataset/marriage/data.asp\">UN World Marriage Database</a> ,\n\n(<em>NB. The source for each observation can be found in the metadata spreadsheet <a href=\"https://owid.cloud/app/uploads/2020/01/marriage-rates-final-metadata-standard.xlsx\">here</a></em>)\n\n\nNotes regarding comparability:\n1. The US Census Bureau (2007) figures include estimates for some States through 1965 and also for 1976 and 1977 and marriage licenses for some states for all years except 1973 and 1975. From 1978, estimates include nonlicensed marriages in California. Prior to 1960, figures exclude Alaska and Hawaii. \n2. The CDC has revised the rate of marriages for 2016 due to revised figures for Illinois. Rates for 2001-2009 have also been revised and are based on intercensal population estimates from the 2000 and 2010 censuses. Populations for 2010 rates are based on the 2010 census.\n3. For Canada, data include the legal union of two persons of the same sex in some provinces and territories from 2003 onwards, and in all of Canada from 2005 onwards. \n4. Data for New Zealand include civil unions.\n5. Germany includes the German Democratic Republic. This series was favoured instead of 'Germany (until 1990 former territory of the FRG)' as when compared with the OECD series matched more closely.\n6. Footnote by Turkey. The information in this document with reference to \u00ab Cyprus \u00bb relates to the southern part of the Island. There is no single authority representing both Turkish and Greek Cypriot people on the Island. Turkey recognizes the Turkish Republic of Northern Cyprus (TRNC). Until a lasting and equitable solution is found within the context of United Nations, Turkey shall preserve its position concerning the \u201cCyprus issue\u201d.\n7. Footnote by all the European Union Member States of the OECD and the European Commission.. The Republic of Cyprus is recognized by all members of the United Nations with the exception of Turkey. The information in this document relates to the area under the effective control of the Government of the Republic of Cyprus.\n8. Estimates from the UN World Marriage Database have a 10-year reference period. This means that estimates labeled as \"1985\", for example, correspond to data collected over the period 1980-1989.", "dataPublishedBy": "Eurostat; OECD; UN; US Census Bureau (2007); Carter et al (2006) ", "dataPublisherSource": "Census data, survey data, historical records" } |
2020-01-08 17:36:02 | 2020-01-08 17:36:02 | Crude marriage rate (OWID based on UN, OECD, Eurostat and other sources) 4889 | Estimates rely on data from multiple sources: - For European countries, the data comes from the <a href="https://ec.europa.eu/eurostat/statistics-explained/index.php?title=Marriage_and_divorce_statistics#Fewer_marriages.2C_more_divorces">Eurostat dataset</a>. - For the US the series is composed of data taken from three sources: <a href="https://hsus.cambridge.org/HSUSWeb/HSUSEntryServlet">Carter et al. (2006)</a> for the period 1920 - 1995; the <a href="https://www.census.gov/library/publications/2006/compendia/statab/126ed/vital-statistics.html">US Census Bureau (2007)</a> for the period 1996 - 2004; and the <a href="https://www.cdc.gov/nchs/nvss/marriage-divorce.htm?CDC_AA_refVal=https%3A%2F%2Fwww.cdc.gov%2Fnchs%2Fmardiv.htm">CDC</a> for the period 2005 to present. - For other non-European countries that are OECD members, the data comes from the <a href="http://www.oecd.org/els/family/database.htm">OECD Family Database</a>. - For all other countries the data comes from the <a href="https://www.un.org/en/development/desa/population/publications/dataset/marriage/data.asp">UN World Marriage Database</a> , (<em>NB. The source for each observation can be found in the metadata spreadsheet <a href="https://owid.cloud/app/uploads/2020/01/marriage-rates-final-metadata-standard.xlsx">here</a></em>) Notes regarding comparability: 1. The US Census Bureau (2007) figures include estimates for some States through 1965 and also for 1976 and 1977 and marriage licenses for some states for all years except 1973 and 1975. From 1978, estimates include nonlicensed marriages in California. Prior to 1960, figures exclude Alaska and Hawaii. 2. The CDC has revised the rate of marriages for 2016 due to revised figures for Illinois. Rates for 2001-2009 have also been revised and are based on intercensal population estimates from the 2000 and 2010 censuses. Populations for 2010 rates are based on the 2010 census. 3. For Canada, data include the legal union of two persons of the same sex in some provinces and territories from 2003 onwa… | See below | Eurostat; OECD; UN; US Census Bureau (2007); Carter et al (2006) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");