-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
ENH: Improve general datetime functions #352
Conversation
Still a few TODOs to verify actual types |
87a0692
to
234fa44
Compare
@@ -87,23 +92,24 @@ def date_range( | |||
start: str | DatetimeLike | None = ..., | |||
end: str | DatetimeLike | None = ..., | |||
periods: int | None = ..., | |||
# TODO: Test timedelta and Timedelta, update pandas docs |
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.
These are tested, and the docs are updated (I did them).
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.
still some unresolved stuff from prior comments
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.
thanks @bashtage . Good set of tests.
assert_type()
to assert the type of any return value