Data set: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Frap
 
Update url
Line 58: Line 58:
* [https://data.humdata.org/ Humanitarian Data Exchange(HDX)] – The Humanitarian Data Exchange (HDX) is an open humanitarian [[data sharing]] platform managed by the [[United Nations Office for the Coordination of Humanitarian Affairs]].
* [https://data.humdata.org/ Humanitarian Data Exchange(HDX)] – The Humanitarian Data Exchange (HDX) is an open humanitarian [[data sharing]] platform managed by the [[United Nations Office for the Coordination of Humanitarian Affairs]].
* [https://opendata.cityofnewyork.us/ NYC Open Data] – free public data published by New York City agencies and other partners.
* [https://opendata.cityofnewyork.us/ NYC Open Data] – free public data published by New York City agencies and other partners.
* [https://relational.fit.cvut.cz/ Relational data set repository] {{Webarchive|url=https://web.archive.org/web/20180307150058/https://relational.fit.cvut.cz/ |date=2018-03-07 }}
* [https://relational.fel.cvut.cz/ Relational data set repository] {{Webarchive|url=https://web.archive.org/web/20180307150058/https://relational.fit.cvut.cz/ |date=2018-03-07 }}
* [https://web.archive.org/web/20190214051201/http://www.researchpipeline.com/mediawiki/index.php?title=Main_Page Research Pipeline] – a wiki/website with links to data sets on many different topics
* [https://web.archive.org/web/20190214051201/http://www.researchpipeline.com/mediawiki/index.php?title=Main_Page Research Pipeline] – a wiki/website with links to data sets on many different topics
* [http://lib.stat.cmu.edu/jasadata/ StatLib–JASA Data Archive]
* [http://lib.stat.cmu.edu/jasadata/ StatLib–JASA Data Archive]

Revision as of 11:17, 2 June 2025

Template:For-multi Template:Short description

File:Iris dataset scatterplot.svg
Various plots of the multivariate data set Iris flower data set introduced by Ronald Fisher (1936).[1]

A data set (or dataset) is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of the data set in question. The data set lists values for each of the variables, such as for example height and weight of an object, for each member of the data set. Data sets can also consist of a collection of documents or files.[2]

In the open data discipline, a dataset is a unit used to measure the amount of information released in a public open data repository. The European data.europa.eu portal aggregates more than a million data sets.[3]

Properties

Several characteristics define a data set's structure and properties. These include the number and types of the attributes or variables, and various statistical measures applicable to them, such as standard deviation and kurtosis.[4]

The values may be numbers, such as real numbers or integers, for example representing a person's height in centimeters, but may also be nominal data (i.e., not consisting of numerical values), for example representing a person's ethnicity. More generally, values may be of any of the kinds described as a level of measurement. For each variable, the values are normally all of the same kind. Missing values may exist, which must be indicated somehow.

In statistics, data sets usually come from actual observations obtained by sampling a statistical population, and each row corresponds to the observations on one element of that population. Data sets may further be generated by algorithms for the purpose of testing certain kinds of software. Some modern statistical analysis software such as SPSS still present their data in the classical data set fashion. If data is missing or suspicious an imputation method may be used to complete a data set.[5]

Classics

Several classic data sets have been used extensively in the statistical literature:

Example

Loading datasets using Python:

$ pip install datasets
from datasets import load_dataset

dataset = load_dataset(NAME OF DATASET)

See also

References

Template:Reflist

External links

Template:Sister project

  1. a b Script error: No such module "Citation/CS1".
  2. Script error: No such module "Citation/CS1".
  3. Script error: No such module "citation/CS1".
  4. Script error: No such module "citation/CS1".
  5. Script error: No such module "citation/CS1".
  6. Script error: No such module "citation/CS1".
  7. Script error: No such module "citation/CS1".
  8. Script error: No such module "citation/CS1".
  9. Script error: No such module "citation/CS1".