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
We should not miss any day from span_range. However, we...
go from 2023-03-27T23:59:59 to 2023-03-31T00:00:00+02:00, missing 3 days (2nd to 3rd value)
go from 2024-07-29T23:59:59 to 2024-07-31T00:00:00+02:00, missing 1 day (last value)
Note :
this issue may not occur with different dates
this issue does not occur when using frame=months instead of frame=month
this issue does not occur when not specifying exact=True
I am unsure of the difference between month and months, but I don't think this is the expected behavior?
System Info
🖥 OS name and version: Windows 10.0.19045 (reproduced on MacOS)
🐍 Python version: 3.9.6 (reproduced on 3.11)
🏹 Arrow version: 1.3.0
The text was updated successfully, but these errors were encountered:
Issue Description
Describe the bug, including details regarding any error messages, version, and platform.
Sometimes (based on the start_date/end_date value), some days are missing when splitting a range of dates using
span_range
withframe=month
Doc: https://arrow.readthedocs.io/en/latest/api-guide.html#arrow.arrow.Arrow.span_range
Reproduction
Output
Expected result
We should not miss any day from span_range. However, we...
go from
2023-03-27T23:59:59
to2023-03-31T00:00:00+02:00
, missing 3 days (2nd to 3rd value)go from
2024-07-29T23:59:59
to2024-07-31T00:00:00+02:00
, missing 1 day (last value)Note :
frame=months
instead offrame=month
exact=True
I am unsure of the difference between
month
andmonths
, but I don't think this is the expected behavior?System Info
The text was updated successfully, but these errors were encountered: