Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Series.sort_index(inplace=True) always returns a new Series #11402
Comments
|
prob never implemented it's pretty trivial to fix (and obviously not tested so need some) pull requests welcome! |
jreback
added Bug Compat
labels
Oct 21, 2015
jreback
added this to the
Next Major Release
milestone
Oct 21, 2015
jreback
added Difficulty Novice Effort Low
labels
Oct 21, 2015
|
I'm on it! |
cfperez
referenced
this issue
Oct 23, 2015
Closed
BUG: implement .sort_index(...inplace=True) for #11402 #11422
jreback
modified the milestone: 0.17.1, Next Major Release
Oct 23, 2015
cfperez
added a commit
to cfperez/pandas
that referenced
this issue
Oct 26, 2015
|
|
cfperez |
11f11a0
|
jreback
added a commit
that referenced
this issue
Oct 27, 2015
|
|
cfperez + jreback |
1135ce3
|
|
closed by #11422 |
jreback
closed this
Oct 27, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cfperez commentedOct 21, 2015
Series.index_sort() always returns a new Series, ignoring the
inplacekeyword argument. This is in contrast to DataFrame's sort_index() which works as expected.show_versions() output:
INSTALLED VERSIONS
commit: None
python: 3.4.3.final.0
python-bits: 64
OS: Darwin
OS-release: 14.5.0
machine: x86_64
processor: i386
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
pandas: 0.17.0
nose: 1.3.7
pip: 7.1.2
setuptools: 18.4
Cython: None
numpy: 1.10.1
scipy: 0.16.0
statsmodels: 0.6.1
IPython: 4.0.0
sphinx: None
patsy: 0.4.0
dateutil: 2.4.1
pytz: 2015.6
blosc: None
bottleneck: None
tables: 3.2.2
numexpr: 2.4.4
matplotlib: 1.4.3
openpyxl: 2.2.0-b1
xlrd: 0.9.3
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
httplib2: None
apiclient: None
sqlalchemy: 1.0.3
pymysql: 0.6.6.None
psycopg2: None