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

BUG: Fix regression on DataFrame.replace for regex #25266

Merged
merged 2 commits into from
Feb 28, 2019
Merged

BUG: Fix regression on DataFrame.replace for regex #25266

merged 2 commits into from
Feb 28, 2019

Commits on Feb 28, 2019

  1. BUG: Fix regression on DataFrame.replace for regex

    The commit ensures that the replacement for regex is not confined to the 
    beginning of the string but spans all the characters within. The 
    behaviour is then consistent with versions prior to 0.24.0.
    
    One test has been added to account for character replacement when the 
    character is not at the beginning of the string.
    PetitLepton committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    09c3d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e8ae5 View commit details
    Browse the repository at this point in the history