The strip_attributes argument controls which attributes of the dataset_df
object are preserved. When strip_attributes = TRUE (the default), only
column-level information is kept.
About column names
The dataset_df class may internally use reserved names for indexing,
identifiers, or metadata. These are never exposed in the resulting tibble.
Column names in the output tibble may be repaired according to
.name_repair.