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

[FEAT] Add str.lstrip() and str.rstrip() functions #1944

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

nsalerni
Copy link
Contributor

@nsalerni nsalerni commented Feb 23, 2024

Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.56%. Comparing base (5b2fe98) to head (0698d80).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1944      +/-   ##
==========================================
- Coverage   85.60%   85.56%   -0.05%     
==========================================
  Files          55       55              
  Lines        6226     6236      +10     
==========================================
+ Hits         5330     5336       +6     
- Misses        896      900       +4     
Files Coverage Δ
daft/expressions/expressions.py 91.10% <100.00%> (+0.08%) ⬆️
daft/series.py 93.07% <100.00%> (+0.09%) ⬆️

... and 2 files with indirect coverage changes

@nsalerni nsalerni marked this pull request as ready for review February 23, 2024 05:12
@samster25 samster25 added the enhancement New feature or request label Feb 23, 2024
Copy link
Member

@samster25 samster25 left a comment

Choose a reason for hiding this comment

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

🔥 as usual @nsalerni! 🚀

@samster25 samster25 merged commit bfa7621 into Eventual-Inc:main Feb 23, 2024
41 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[EXPRESSIONS] .str.lstrip()
2 participants