Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: Add __abs__ to dataframe#2186

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
TrevorBergeron merged 2 commits intomainfromabsolute_value
Oct 22, 2025
Merged

feat: Add __abs__ to dataframe#2186

TrevorBergeron merged 2 commits intomainfromabsolute_value
Oct 22, 2025

Conversation

@TrevorBergeron
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as abug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@product-auto-labelproduct-auto-labelbot added the size: sPull request size is small. labelOct 21, 2025
@product-auto-labelproduct-auto-labelbot added the api: bigqueryIssues related to the googleapis/python-bigquery-dataframes API. labelOct 21, 2025
def__neg__(self)->DataFrame:
returnself._apply_unary_op(ops.neg_op)

def__abs__(self)->DataFrame:
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need to add the docstring for this method too?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

added

Copy link
Contributor

@chelsea-linchelsea-lin left a comment

Choose a reason for hiding this comment

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

Can you please add a docstring for this new method?

@TrevorBergeronTrevorBergeron merged commitc331dfe intomainOct 22, 2025
24 of 25 checks passed
@TrevorBergeronTrevorBergeron deleted the absolute_value branchOctober 22, 2025 16:40
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@chelsea-linchelsea-linchelsea-lin approved these changes

Assignees

@ivansmfivansmf

Labels

api: bigqueryIssues related to the googleapis/python-bigquery-dataframes API.size: sPull request size is small.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@TrevorBergeron@chelsea-lin@ivansmf

[8]ページ先頭

©2009-2025 Movatter.jp