-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
ENH: set __module__ on period_range #62645
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
Conversation
|
Hello! This is one of my very first PRs, motivated by Hacktoberfest 2025. Although very simple in nature, I hope it meets the repo's standards. If not, I will be more than happy to learn and improve. |
|
LGTM. pls merge main and ping on green |
|
In addition, you have a small styling issue which makes the pre-commit check fail. See https://pandas.pydata.org/docs/dev/development/contributing_codebase.html#pre-commit for how to resolve this (personally I would recommend installing and enabling pre-commit, so this gets always done automatically and you don't have to think about it) |
|
All done. Merged main and ran pre-commit fixes. CI is green now. @jbrockmendel |
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, thanks!
__module__on top-level public objects #55178doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.This decorates period_range with @set_module('pandas'). Similar to #60264