Skip to content

Conversation

@Lonercode
Copy link
Contributor

@Lonercode Lonercode commented Oct 25, 2025

  • Removed use of @doc for info, reindex, isna and notna methods in /core/series.py.
  • Inlined full docstrings directly in the methods mentioned.
  • Docstrings are correct.
  • Addresses issue DOC: Replace @Appender, @Substitution, @doc with inlined docstrings #62437
  • Due to a conflict between aligning with pydocs standards and a test that requires a leading newline at the start of doctsrings, wasn't able to add hardcoded docstrings to isnull and notnull methods.
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@Lonercode Lonercode changed the title replaced @doc with inline docstrings in series.py DOC: replaced @doc with inline docstrings in series.py Oct 25, 2025
@Lonercode
Copy link
Contributor Author

Hello @mroeschke. Kindly review please.

@mroeschke mroeschke added the Docs label Oct 25, 2025
@mroeschke mroeschke added this to the 3.0 milestone Oct 25, 2025
@mroeschke mroeschke merged commit 6c6df6d into pandas-dev:main Oct 25, 2025
45 of 46 checks passed
@mroeschke
Copy link
Member

Thanks @Lonercode

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.

2 participants