
Last chance! 50% off unlimited learning
Sale ends in
Creates a new dataset in a project
insert_dataset(project, dataset, ...)
The project name, a string
The name of the dataset to create, a string
Additional arguments merged into the body of the
request. snake_case
will automatically be converted into
camelCase
so you can use consistent argument names.
Google API documentation: https://cloud.google.com/bigquery/docs/reference/v2/datasets/insert
Other datasets: delete_dataset
,
get_dataset
, list_datasets
,
update_dataset
# NOT RUN {
insert_dataset("myproject", "new_dataset")
# }
Run the code above in your browser using DataLab