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

DOC: add alternative to docstring of deprecated Series.bool() method #55168

Merged
merged 5 commits into from
Sep 19, 2023

Conversation

kgmuzungu
Copy link
Contributor

Fixed! Docs adapted.

https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.bool.html is deprecated; it would be nice to explain a potential alternative.

@jorisvandenbossche jorisvandenbossche added the Sprints Sprint Pull Requests label Sep 16, 2023
@jorisvandenbossche jorisvandenbossche changed the title Fix for series boolean documentation DOC: add alternative to docstring of deprecated Series.bool() method Sep 17, 2023
pandas/core/generic.py Outdated Show resolved Hide resolved
pandas/core/generic.py Outdated Show resolved Hide resolved
@mroeschke mroeschke added the Docs label Sep 18, 2023
kgmuzungu and others added 2 commits September 18, 2023 21:27
fixing text formating

Co-authored-by: Matthew Roeschke <[email protected]>
text formatting fixed

Co-authored-by: Matthew Roeschke <[email protected]>
@mroeschke mroeschke added this to the 2.2 milestone Sep 19, 2023
@mroeschke mroeschke merged commit ef5c016 into pandas-dev:main Sep 19, 2023
32 of 33 checks passed
@mroeschke
Copy link
Member

Thanks @kgmuzungu

hedeershowk pushed a commit to hedeershowk/pandas that referenced this pull request Sep 20, 2023
…andas-dev#55168)

* Fix for series boolean documentation

* one blank line removed. docstring error

* Update pandas/core/generic.py

fixing text formating

Co-authored-by: Matthew Roeschke <[email protected]>

* Update pandas/core/generic.py

text formatting fixed

Co-authored-by: Matthew Roeschke <[email protected]>

---------

Co-authored-by: Matthew Roeschke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Sprints Sprint Pull Requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants