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 DaskExpr.total_minutes, total_seconds, total_milliseconds, total_microseconds, total_nanoseconds #811

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

luke396
Copy link
Member

@luke396 luke396 commented Aug 19, 2024

What type of PR is this? (check all applicable)

  • πŸ’Ύ Refactor
  • ✨ Feature
  • πŸ› Bug Fix
  • πŸ”§ Optimization
  • πŸ“ Documentation
  • βœ… Test
  • 🐳 Other

Related issues

Checklist

  • Code follows style guide (ruff)
  • Tests added
  • Documented the changes

If you have comments or can explain your changes, please do so below.

It uses a little trick, //1, to obtain an integer, but I’m unsure if this approach is appreciated. Without it, some tests will fail, while others may not.

@github-actions github-actions bot added enhancement New feature or request internal labels Aug 19, 2024
@luke396 luke396 changed the title feat: add DaskExpr.total_minutes, total_seconds, total_milliseconds, total_microseconds, total_nanoseconds` feat: add DaskExpr.total_minutes, total_seconds, total_milliseconds, total_microseconds, total_nanoseconds Aug 19, 2024
Copy link
Member

@MarcoGorelli MarcoGorelli left a comment

Choose a reason for hiding this comment

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

thanks @luke396 !

@MarcoGorelli MarcoGorelli merged commit 949ce05 into narwhals-dev:main Aug 19, 2024
21 of 23 checks passed
@luke396 luke396 deleted the add-total-lazy-dt-method branch August 20, 2024 01:08
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.

3 participants