xarray.Dataset.set_coords# Dataset.set_coords(names)[source]# Given names of one or more variables, set them as coordinates Parameters: names (hashable or iterable of hashable) – Name(s) of variables in this dataset to convert into coordinates. Returns: Dataset See also Dataset.swap_dims, Dataset.assign_coords