
Last chance! 50% off unlimited learning
Sale ends in
Upload dataset from file name.
create_dataset_from_file(
project_id,
dataset_name,
file,
separator = ",",
decimal = "."
)
id of the project, can be obtained with get_projects().
given name of the dataset on the platform.
path to the dataset.
column separator in the file (default: ",")
decimal separator in the file (default: ".")
list - parsed content of the dataset.