sources
Data license: CC-BY
1 row where datasetId = 4908 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 |
---|---|---|---|---|---|---|---|---|
17639 | Crude divorce rate (OWID based on UN, OECD, Eurostat and other sources) | { "link": "See below", "retrievedDate": "23/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/divorce-rate-final-metadata-standard.xlsx\">here</a></em>)\n\nNotes regarding comparability: \n1. The US Census Bureau (2007) divorce rate includes reported annulments and some estimated state figures for all years. The divorce rate excludes data for California, Colorado, Indiana, and Louisiana from 1998-2001; divorce rates exclude data for California, Georgia, Hawaii, Indiana, and Louisiana in 2004; \nCalifornia, Hawaii, Indiana, and Oklahoma in 2003; and California, Indiana, and Oklahoma in 2002. Estimates prior to 1960 excludes Alaska and Hawaii.\n2. The CDC divorce rate for 2016 has been revised due to revised figures for Illinois and Texas. Rates for 2001-2009 have 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. Data do not include certain states, with the exact states excluded varying from year to year. For more information, see the <a href=\"https://www.cdc.gov/nchs/nvss/marriage-divorce.htm\">US CDC website</a>.\n4. 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.\n5. 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.\n6. 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.\n7. 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-23 15:00:29 | 2020-01-23 15:00:29 | Crude divorce rate (OWID based on UN, OECD, Eurostat and other sources) 4908 | 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/divorce-rate-final-metadata-standard.xlsx">here</a></em>) Notes regarding comparability: 1. The US Census Bureau (2007) divorce rate includes reported annulments and some estimated state figures for all years. The divorce rate excludes data for California, Colorado, Indiana, and Louisiana from 1998-2001; divorce rates exclude data for California, Georgia, Hawaii, Indiana, and Louisiana in 2004; California, Hawaii, Indiana, and Oklahoma in 2003; and California, Indiana, and Oklahoma in 2002. Estimates prior to 1960 excludes Alaska and Hawaii. 2. The CDC divorce rate for 2016 has been revised due to revised figures for Illinois and Texas. Rates for 2001-2009 have been revised and are based on intercensal population estimates from the 2000 and 2010 censuses. Populations for 2010 rates … | 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");