modin.pandas.Series.unpin_backend¶
- Series.unpin_backend(inplace: bool = False) Optional[Self][source]¶
- Unpin the object’s underlying data, allowing Modin to automatically move it to another backend. - Parameters:
- inplace (bool, default: False) – Whether to update the object in place. 
- Returns:
- The newly-unpinned object, if inplace is False. Otherwise, None. 
- Return type:
- Optional[Self]