tabular_dataset Module
Contains functionality for representing data in a tabular format by parsing the provided file or list of files.
For more information, see the article Add & register datasets. To get started working with a tabular dataset, see https://aka.ms/tabulardataset-samplenotebook.
Classes
TabularDataset |
Represents a tabular dataset to use in Azure Machine Learning. A TabularDataset defines a series of lazily-evaluated, immutable operations to load data from the data source into tabular representation. Data is not loaded from the source until TabularDataset is asked to deliver data. TabularDataset is created using methods like from_delimited_files from the TabularDatasetFactory class. For more information, see the article Add & register datasets. To get started working with a tabular dataset, see https://aka.ms/tabulardataset-samplenotebook. Initialize a TabularDataset object. This constructor is not supposed to be invoked directly. Dataset is intended to be created using TabularDatasetFactory class. |