Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


previsionio (version 11.7.0)

create_dataset_from_file: Upload dataset from file name.

Description

Upload dataset from file name.

Usage

create_dataset_from_file(
  project_id,
  dataset_name,
  file,
  separator = ",",
  decimal = "."
)

Arguments

project_id

id of the project, can be obtained with get_projects().

dataset_name

given name of the dataset on the platform.

file

path to the dataset.

separator

column separator in the file (default: ",")

decimal

decimal separator in the file (default: ".")

Value

list - parsed content of the dataset.