Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix series.str.startswith(tuple) #48587

Merged
merged 3 commits into from Sep 16, 2022
Merged

Fix series.str.startswith(tuple) #48587

merged 3 commits into from Sep 16, 2022

Commits on Sep 16, 2022

  1. accept both str and tuple[str, ...] in series.str.(starts|ends)with

    also add type hints and update doc strings to note pat accepts tuple
    janosh committed Sep 16, 2022
    Copy the full SHA
    3698aa7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7d0de51 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    003ae98 View commit details
    Browse the repository at this point in the history