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

adding pow example for dataframe #57419 #57442

Merged
merged 6 commits into from
Feb 19, 2024

Conversation

santhoshbethi
Copy link
Contributor

@santhoshbethi santhoshbethi commented Feb 15, 2024

Added example for DataFrame.pow()

@dawangbaixiaofu
Copy link

I found that data format in the documentation must be '{{....}}' not '{...}'.
image

validation by runing command "python scripts/validate_docstrings.py pandas.DataFrame.pow"

Hope it can be helpful。 @santhoshbethi

@santhoshbethi
Copy link
Contributor Author

Thank you @dawangbaixiaofu

@santhoshbethi
Copy link
Contributor Author

santhoshbethi commented Feb 17, 2024

https://github.com/pandas-dev/pandas/actions/runs/7942950011/job/21686768999?pr=57442 has failed due to a permission error. Can we rerun this job?

@dawangbaixiaofu could you please check this one

@santhoshbethi santhoshbethi changed the title adding pow exmpale for adtaframe #57419 adding pow example for adtaframe #57419 Feb 17, 2024
@santhoshbethi santhoshbethi changed the title adding pow example for adtaframe #57419 adding pow example for dataframe #57419 Feb 17, 2024
@santhoshbethi
Copy link
Contributor Author

hi @mroeschke . Can you please check this pipeline? What am I missing here?

@mroeschke mroeschke merged commit 1ea2632 into pandas-dev:main Feb 19, 2024
49 of 51 checks passed
@mroeschke
Copy link
Member

Thanks @santhoshbethi

@santhoshbethi santhoshbethi deleted the pow_exmaple_for_dataframe branch February 20, 2024 00:34
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
* adding pow exmpale for adtaframe pandas-dev#57419

* Fixing the data format

* removing extra space

* re-run the jobs

* updating docstring values

* testing pipeline
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.

DOC: Add example for DataFrame.pow
3 participants