Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Data set
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{about|the general concept|files on IBM mainframes|Data set (IBM mainframe)|data communications|Modem}} {{short description|Collection of data}} [[File:Iris dataset scatterplot.svg|thumb|right|Various plots of the multivariate data set [[Iris flower data set|''Iris'' flower data set]] introduced by [[Ronald Fisher]] (1936).<ref name="fisher36"/>]] A '''data set''' (or '''dataset''') is a collection of [[data]]. In the case of tabular data, a data set corresponds to one or more [[table (database)|database tables]], where every [[column (database)|column]] of a table represents a particular [[Variable (computer science)|variable]], and each [[row (database)|row]] corresponds to a given [[Record (computer science)|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.<ref name="Editorial">{{cite journal | last1 = Snijders | first1 = C. | last2 = Matzat | first2 = U. | last3 = Reips | first3 = U.-D. | year = 2012 | title = 'Big Data': Big gaps of knowledge in the field of Internet | url = http://www.ijis.net/ijis7_1/ijis7_1_editorial.html | journal = International Journal of Internet Science | volume = 7 | pages = 1β5 | access-date = 2017-02-10 | archive-date = 2019-11-23 | archive-url = https://web.archive.org/web/20191123051001/http://www.ijis.net/ijis7_1/ijis7_1_editorial.html | url-status = dead }}</ref> 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.<ref>{{Cite web|url=http://www.europeandataportal.eu/data/en/dataset|title=European open data portal|website=European open data portal|publisher=European Commission|access-date=2016-09-23}}</ref> ==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 measure]]s applicable to them, such as [[standard deviation]] and [[kurtosis]].<ref>{{Cite book |url=https://books.google.com/books?id=uTzeRZFmaBgC&pg=PA100 |title=Principles of data mining and knowledge discovery |author=Jan M. Ε»ytkow, Jan Rauch |isbn=978-3-540-66490-1 |year=2000|publisher=Springer }}</ref> The values may be numbers, such as [[real number]]s or [[integer]]s, for example representing a person's height in centimeters, but may also be [[nominal data]] (i.e., not consisting of [[Number|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 (statistics)|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 (statistics)|imputation]] method may be used to complete a data set.<ref name="sde">{{cite book |title=Statistical Data Editing: Impact on Data Quality: Volume 3 of Statistical Data Editing, Conference of European Statisticians Statistical standards and studies |author=United Nations Statistical Commission |author2=United Nations Economic Commission for Europe |year=2007 |publisher=United Nations Publications |isbn=978-9211169522 |page=20 |url=https://unece.org/DAM/stats/publications/editing/SDE3.pdf }}</ref> == Classics == Several classic data sets have been used extensively in the [[statistical]] literature: * [[Iris flower data set]] β Multivariate data set introduced by [[Ronald Fisher]] (1936).<ref name="fisher36">{{cite journal|author=Fisher, R.A.|title=The Use of Multiple Measurements in Taxonomic Problems|journal=[[Annals of Eugenics]]|volume=7|pages=179–188|year=1963|issue=2|url=http://digital.library.adelaide.edu.au/coll/special//fisher/138.pdf|doi=10.1111/j.1469-1809.1936.tb02137.x|hdl=2440/15227|hdl-access=free|access-date=2007-05-22|archive-date=2011-09-28|archive-url=https://web.archive.org/web/20110928044802/http://digital.library.adelaide.edu.au/coll/special//fisher/138.pdf|url-status=dead}}</ref> [https://archive.ics.uci.edu/ml/datasets/Iris Provided online by University of California-Irvine Machine Learning Repository].<ref>{{cite web |url=https://archive.ics.uci.edu/ml/datasets/Iris |title=UCI Machine Learning Repository: Iris Data Set |access-date=2023-05-02 |url-status=live |archive-url=https://web.archive.org/web/20230426065109/https://archive.ics.uci.edu/ml/datasets/Iris |archive-date=2023-04-26}}</ref> * [[MNIST database]] β Images of handwritten digits commonly used to test classification, clustering, and [[Digital image processing|image processing]] algorithms * ''[[Categorical data analysis]]'' β Data sets used in the book, ''An Introduction to Categorical Data Analysis'', [https://stats.oarc.ucla.edu/other/examples/icda/ provided online] by UCLA Advanced Research Computing.<ref>{{cite web |url=https://stats.oarc.ucla.edu/other/examples/icda/ |title=Textbook Examples An Introduction to Categorical Data Analysis by Alan Agresti |access-date=2023-05-02 |url-status=live |archive-url=https://web.archive.org/web/20230131013107/https://stats.oarc.ucla.edu/other/examples/icda/ |archive-date=2023-01-31}}</ref> *''[[Robust statistics]]'' β Data sets used in ''[[Robust Regression and Outlier Detection]]'' ([[Peter Rousseeuw|Rousseeuw]] and Leroy, 1968). [https://web.archive.org/web/20050207032959/http://www.uni-koeln.de/themen/statistik/data/rousseeuw/ Provided online] at the University of Cologne.<ref>{{cite web |url=http://www.uni-koeln.de/themen/statistik/data/rousseeuw/ |title=The ROUSSEEUW datasets |url-status=dead |archive-url=https://web.archive.org/web/20050207032959/http://www.uni-koeln.de/themen/statistik/data/rousseeuw/ |archive-date=2005-02-07}}</ref> *''[[Time series]]'' β Data used in Chatfield's book, ''The Analysis of Time Series'', are [https://web.archive.org/web/20110102201323/http://lib.stat.cmu.edu/modules.php?op=modload&name=PostWrap&file=index&page=datasets/ provided on-line] by StatLib.<ref>{{cite web |url=http://lib.stat.cmu.edu/modules.php?op=modload&name=PostWrap&file=index&page=datasets/ |title=StatLib :: Data, Software and News from the Statistics Community |url-status=dead |archive-url=https://web.archive.org/web/20110102201323/http://lib.stat.cmu.edu/modules.php?op=modload&name=PostWrap&file=index&page=datasets/ |archive-date=2011-01-02}}</ref> *''Extreme values'' β Data used in the book, ''An Introduction to the Statistical Modeling of Extreme Values'' are [https://web.archive.org/web/20060910161517/http://homes.stat.unipd.it/coles/public_html/ismev/ismev.dat a snapshot of the data as it was provided on-line by Stuart Coles], the book's author. *''Bayesian Data Analysis'' β Data used in the book are [http://www.stat.columbia.edu/~gelman/book/data/ provided on-line] ([https://web.archive.org/web/20230122121643/http://www.stat.columbia.edu/~gelman/book/data/ archive link]) by [[Andrew Gelman]], one of the book's authors. * The [https://web.archive.org/web/20171023174701/http://ftp.ics.uci.edu:80/pub/machine-learning-databases/liver-disorders/ Bupa liver data] β Used in several papers in the [[machine learning]] (data mining) literature. * [[Anscombe's quartet]] β Small data set illustrating the importance of graphing the data to avoid statistical fallacies. ==Example== Loading datasets using Python: <syntaxhighlight lang="python" line="1"> pip install datasets from datasets import load_dataset dataset = load_dataset(NAME OF DATASET) </syntaxhighlight> == See also == * [[List of datasets for machine-learning research]] * [[List of datasets in computer vision and image processing]] * [[Data blending]] * [[Data (computer science)]] * [[Sampling (statistics)|Sampling]] * [[Data store]] * [[Interoperability]] * [[Data collection system]] {{Clear}} == References == {{reflist}} == External links == {{Wiktionary}} * [https://www.data.gov/ Data.gov] β the U.S. Government's open data * [https://earthdata.nasa.gov/gcmd GCMD] β the Global Change Master Directory containing over 34,000 descriptions of Earth science and environmental science data sets and services * [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://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://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] * [https://archive.ics.uci.edu/ UCI] β a machine learning repository * [https://data.gov.uk/ UK Government Public Data] * [https://data.worldbank.org/ World Bank Open Data] β Free and open access to global development data by [[World Bank]] {{DEFAULTSORT:Data Set}} [[Category:Computer data]] [[Category:Statistical data sets]]
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:About
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Clear
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Webarchive
(
edit
)
Template:Wiktionary
(
edit
)
Search
Search
Editing
Data set
Add topic