Skip to content

Conversation

@allamlobna
Copy link

@allamlobna allamlobna commented Oct 28, 2025

Improved BooleanDtype docstring with extended description and examples

Enhanced the BooleanDtype docstring to be consistent with BooleanArray and other dtype classes in the codebase. Added an extended summary explaining the dtype's purpose, its relationship to BooleanArray, and reference to Kleene logic. Expanded the Examples section to show multiple usage patterns and enhanced the See Also section for better cross-referencing.


  • closes DOC: Docstring for BooleanDType inconsistent with the rest of repo #61939
  • Tests added and passed if fixing a bug or adding a new feature (N/A - documentation only)
  • All code checks passed
  • Added type annotations to new arguments/methods/functions (N/A - documentation only)
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature (N/A - documentation only)

@allamlobna allamlobna marked this pull request as draft October 28, 2025 02:10
@allamlobna allamlobna marked this pull request as ready for review October 30, 2025 21:37
@rhshadrach rhshadrach added Docs NA - MaskedArrays Related to pd.NA and nullable extension arrays labels Nov 2, 2025
Copy link
Member

@rhshadrach rhshadrach left a comment

Choose a reason for hiding this comment

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

Looking good!

@allamlobna allamlobna requested a review from rhshadrach November 2, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Docs NA - MaskedArrays Related to pd.NA and nullable extension arrays

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Docstring for BooleanDType inconsistent with the rest of repo

2 participants