Given names of coordinates, reset them to become variables
Parameters:
names (str, Iterable of Hashable or None, optional) – Name(s) of non-index coordinates in this dataset to reset into
variables. By default, all non-index coordinates are reset.
drop (bool, default: False) – If True, remove coordinates instead of converting them into
variables.