xarray.DataArray.str.center

DataArray.str.center(width, fillchar=' ')

Filling left and right side of strings in the array with an additional character.

Parameters
  • width (int) – Minimum width of resulting string; additional characters will be filled with fillchar

  • fillchar (str) – Additional character for filling, default is whitespace

Returns

filled

Return type

same type as values