load_dataset_into_data_frame: Load all records from the dataset into a dataframe.

Description Usage Arguments Value

View source: R/datasets.R

Description

Load all records from the dataset into a dataframe.

Usage

1
2
3
4
5
load_dataset_into_data_frame(
  dataset,
  on_error = "null",
  out_of_range_datetime = "null"
)

Arguments

dataset

The Tabular Dataset object.

on_error

How to handle any error values in the dataset, such as those produced by an error while parsing values. Valid values are 'null' which replaces them with NULL; and 'fail' which will result in an exception.

out_of_range_datetime

How to handle date-time values that are outside the range supported by Pandas. Valid values are 'null' which replaces them with NULL; and 'fail' which will result in an exception.

Value

A data.frame.


azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.