Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ERR: Index.shift() gives confusing error message when no DatetimeIndex #8038
Comments
jorisvandenbossche
added the
Error Reporting
label
Aug 15, 2014
|
this is a bug as the e.g.
|
jreback
added API Design Bug
labels
Aug 15, 2014
|
|
yes, you can indeed 'misuse' the
but I don't really know what the use of this could be (just So maybe raising on a non-Datetime/PeriodIndex? BTW, what is best way to really shift an index? |
jreback
added this to the
0.16.1
milestone
Mar 8, 2015
jreback
added Difficulty Novice Effort Low
labels
Apr 4, 2015
jreback
modified the milestone: 0.17.0, 0.16.1
Apr 28, 2015
jreback
modified the milestone: Next Major Release, 0.17.0
Aug 15, 2015
hamedhsn
referenced
this issue
Oct 1, 2015
Closed
err#8038: Index.shift() gives confusing error message when no Datetim… #11211
jreback
modified the milestone: 0.17.1, Next Major Release
Oct 18, 2015
jreback
modified the milestone: Next Major Release, 0.17.1
Nov 15, 2015
|
closed by #11211 |
jreback
closed this
Nov 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jorisvandenbossche commentedAug 15, 2014
Should
shiftbe allowed at all when it is noDatetimeIndex?