You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: Set __module__ attribute for NA and NaT classes
Fixes Sphinx autodoc showing circular 'alias of' references
for pandas.NA and pandas.NaT by explicitly setting their
__module__ attribute to 'pandas'.
Closes#62185
0 commit comments