xdas.DataArray.to_xarray# DataArray.to_xarray()[source]# Convert to the xarray implementation of the DataArray structure. Coordinates are converted to dense arrays and lazy values are loaded in memory. Returns: The converted in-memory DataArray. Return type: DataArray