Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DatetimeIndex with closed='left' or 'right' drop dates at the boundaries #11804
Comments
thrasibule
changed the title from
DatetimeIndex with closed=left or right drop dates at the boundaries to DatetimeIndex with closed='left' or right drop dates at the boundaries
Dec 9, 2015
thrasibule
changed the title from
DatetimeIndex with closed='left' or right drop dates at the boundaries to DatetimeIndex with closed='left' or 'right' drop dates at the boundaries
Dec 9, 2015
thrasibule
referenced
this issue
Dec 9, 2015
Merged
be more careful with half-opened date_range #11806
jreback
added Timeseries Frequency
labels
Dec 10, 2015
jreback
added this to the
0.18.0
milestone
Dec 10, 2015
jreback
added the
Bug
label
Dec 10, 2015
jreback
modified the milestone: Next Major Release, 0.18.0
Dec 10, 2015
jreback
modified the milestone: 0.18.0, Next Major Release
Dec 17, 2015
jreback
closed this
in #11806
Dec 17, 2015
This was referenced Feb 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thrasibule commentedDec 9, 2015
When either start or end is at the boundary of a date_range, they get dropped when they shouldn't if we specify the closed argument, see example below: