Top "Dataset" questions

A dataset is a collection of data, generally represented in tabular form, with columns signifying different variables and rows signify different members of the set.

How do I get a list of built-in data sets in R?

Can someone please help how to get the list of built-in data sets and their dependency packages?

r dataset r-faq
Combining two results of datasets into one

I have created a webservice which returns two datasets(return type) as results. Is it possible to combine two datasets …

c# web-services dataset datalist
How to use weka for predict results

Im new to weka and I'm confused with the tool. What I needed to do is im having a data …

dataset data-mining classification weka prediction
Finding null value in Dataset - DataRow.IsNull method vs ==DbNull.Value - c#

What are the benefits of using the c# method DataRow.IsNull to determine a null value over checking if the …

c#-4.0 dataset datarow dbnull isnull
How to replace outliers with the 5th and 95th percentile values in R

I'd like to replace all values in my relatively large R dataset which take values above the 95th and below …

r dataset outliers quantile
Replacing the obsolete System.Xml.XmlDataDocument?

I have a System.Web.UI.WebControls.Xml control (Xml1) in a webforms app that I have upgraded from .NET 2.0 …

asp.net xml vb.net dataset transform
Wrong number of values when importing csv in Weka

I want to open a csv file (saved from openoffice calc) in weka. I keep getting an error: "wrong number …

csv dataset weka
Saving Dataset to database

I am trying to save a dataset to a database. I got a dataset from another class, Now changes will …

c# sql-server datagridview dataset tableadapter
Deleting hdf5 dataset using h5py

Is there any way to remove a dataset from an hdf5 file, preferably using h5py? Or alternatively, is it …

python dataset hdf5 h5py