argopy.utils.drop_variables_not_in_all_datasets#
- drop_variables_not_in_all_datasets(ds_collection: List[Dataset]) List[Dataset] [source]#
Drop variables that are not in all datasets (the lowest common denominator)
- Parameters:
ds_collection (List[xarray.Dataset]) β A list of
xarray.Dataset
- Return type:
List[xarray.Dataset]