From 3d3b71ba1f2ddd02e876b569297138216f418d6a Mon Sep 17 00:00:00 2001 From: isramoha33 Date: Wed, 29 Jul 2026 17:16:50 +0300 Subject: [PATCH] added dataset topic --- topics/dataset/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 topics/dataset/index.md diff --git a/topics/dataset/index.md b/topics/dataset/index.md new file mode 100644 index 00000000000..024c9a31e50 --- /dev/null +++ b/topics/dataset/index.md @@ -0,0 +1,8 @@ +--- +aliases: datasets, data-set +display_name: dataset +short_description: A dataset is a collection of related sets of information that is composed of separate elements +topic: dataset +wikipedia_url: https://en.wikipedia.org/wiki/Data_set +--- +A data set 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 \ No newline at end of file