You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: adjust strip method examples to match latest pandas (#1797)
The string representation of pandas Series has changed, causing
doctest failures in `accessor.py`. This commit updates the
expected output in the doctests for `lstrip`, `rstrip`, and
`strip` to reflect the new string representation.
The changes involve removing the `<BLANKLINE>` before `<NA>`
and adjusting the spacing in the doctest examples.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments