Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: ValueError when indexing using range only when length >= 1,000,000 #11652
Comments
|
odd, only happens on py3. |
jreback
added Bug Indexing
labels
Nov 19, 2015
nekobon
commented
Nov 19, 2015
|
|
jreback
added a commit
to jreback/pandas
that referenced
this issue
Nov 19, 2015
|
|
jreback |
b5b9ccc
|
jreback
added this to the
0.17.1
milestone
Nov 19, 2015
|
note that this was never supported, but fixed in #11653 |
jreback
closed this
in #11653
Nov 20, 2015
jreback
added a commit
that referenced
this issue
Nov 20, 2015
|
|
jreback |
243c219
|
yarikoptic
added a commit
to neurodebian/pandas
that referenced
this issue
Dec 3, 2015
|
|
yarikoptic |
9b2e35f
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nekobon commentedNov 19, 2015
From SO (http://stackoverflow.com/questions/33814223/strange-error-in-pandas-indexing-with-range-when-length-1-000-000)
Pandas raises a ValueError when assigning multiple values to a Series (or DataFrame) using range(x) where x > 1. This error is raised only when its length is one million or larger.
Output:
Tested on pandas 0.17.0 and python 3.4.