Glenda Boeker

Results 6 issues of Glenda Boeker

[DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063](https://github.com/pandas-dev/pandas/issues/58063) Pandas has a script for validating docstrings in code_checks.sh. Currently, some methods fail some of these checks. ### pandas.Series https://github.com/pandas-dev/pandas/blob/c468028f5c2398c04d355cef7a8b6a3952620de2/ci/code_checks.sh#L318-L490 #### The...

Docs
Needs Triage

[DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063](https://github.com/pandas-dev/pandas/issues/58063) Pandas has a script for validating docstrings in code_checks.sh. Currently, some methods fail some of these checks. ### pandas.api.extensions.ExtensionArray https://github.com/pandas-dev/pandas/blob/c468028f5c2398c04d355cef7a8b6a3952620de2/ci/code_checks.sh#L590-L620 #### The...

Docs

[DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063](https://github.com/pandas-dev/pandas/issues/58063) Pandas has a script for validating docstrings in code_checks.sh. Currently, some methods fail some of these checks. ### pandas.Timestamp https://github.com/pandas-dev/pandas/blob/c468028f5c2398c04d355cef7a8b6a3952620de2/ci/code_checks.sh#L518-L585 #### The...

Docs
Needs Triage

[DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063 ](https://github.com/pandas-dev/pandas/issues/58063) Pandas has a script for validating docstrings in code_checks.sh. Currently, some methods fail some of these checks. ### pandas.api.extensions.ExtensionArray https://github.com/pandas-dev/pandas/blob/c468028f5c2398c04d355cef7a8b6a3952620de2/ci/code_checks.sh#L621-L662 ####...

Docs

- [x] closes #57794 - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [ ]...

- [ ] xref #58065 Fixed SA01 issues for the following methods: `pandas.DataFrame.mean` `pandas.DataFrame.median` `pandas.DataFrame.plot` `pandas.DataFrame.pop` `pandas.Series.mean` `pandas.Series.median` `pandas.Series.plot` `pandas.core.groupby.DataFrameGroupBy.plot` `pandas.core.groupby.SeriesGroupBy.plot` Fixed functions also removed from code_checks.sh

Docs