Skip to content

Conversation

Kischy
Copy link
Contributor

@Kischy Kischy commented Jun 16, 2019

Copy link
Contributor

@topper-123 topper-123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Minor comment. Ping on green.

.. ipython:: python
df.replace([r'\.', r'(a)'], ['dot', '\1stuff'], regex=True)
df.replace([r'\.', r'(a)'], ['dot', 'stuff'], regex=True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The correct string is a raw string r'\1stuff' to demonstrate replacement.

@topper-123 topper-123 added this to the 0.25.0 milestone Jun 16, 2019
@codecov
Copy link

codecov bot commented Jun 16, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@9326c1e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #26886   +/-   ##
=========================================
  Coverage          ?   91.86%           
=========================================
  Files             ?      180           
  Lines             ?    50710           
  Branches          ?        0           
=========================================
  Hits              ?    46583           
  Misses            ?     4127           
  Partials          ?        0
Flag Coverage Δ
#multiple 90.45% <ø> (?)
#single 41.1% <ø> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9326c1e...ffd29d7. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 16, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@9326c1e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #26886   +/-   ##
=========================================
  Coverage          ?   91.86%           
=========================================
  Files             ?      180           
  Lines             ?    50710           
  Branches          ?        0           
=========================================
  Hits              ?    46583           
  Misses            ?     4127           
  Partials          ?        0
Flag Coverage Δ
#multiple 90.45% <ø> (?)
#single 41.1% <ø> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9326c1e...ffd29d7. Read the comment docs.

@topper-123
Copy link
Contributor

Closing in favor of #26891.

@topper-123 topper-123 closed this Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

possible error in documentation
2 participants