-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs(python): Add doc example for datetime_ranges
#13695
Conversation
The test fails due to a data frame column width formatting issue. Suggestions? |
Alternatively (if the issue is that the docstring was too wide) you can simply add """
This docstring is way too wide but it doesn't matter because we tell ruff to ignore this type of error
""" # noqa: W505 |
Co-authored-by: Alexander Beedie <alexander-beedie@users.noreply.github.com>
Ah, that's what I was looking for! |
Apologies for the false starts, I need to get the doctests running locally. |
7a642d4
to
bc99b20
Compare
datetime_ranges
datetime_ranges
datetime_ranges
Co-authored-by: Ned Western <Ned.Western@aemo.com.au> Co-authored-by: Alexander Beedie <alexander-beedie@users.noreply.github.com> Co-authored-by: Stijn de Gooijer <stijndegooijer@gmail.com>
See #13161