Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Regression from 0.19.2 to 0.20.1 in pandas.unique() when applied to list of tuples #16519
Comments
|
this is related to #16394 and needs the same fix, along with some tests; ensuring that nothing else breaks.
|
jreback
added Regression Reshaping
labels
May 30, 2017
jreback
added this to the
0.20.2
milestone
May 30, 2017
jreback
added Difficulty Novice Effort Low
labels
May 30, 2017
TomAugspurger
added the
Blocker
label
May 30, 2017
TomAugspurger
added a commit
to TomAugspurger/pandas
that referenced
this issue
May 30, 2017
|
|
TomAugspurger |
35da5b9
|
TomAugspurger
referenced
this issue
May 30, 2017
Merged
BUG: Fixed pd.unique on array of tuples #16543
TomAugspurger
added a commit
to TomAugspurger/pandas
that referenced
this issue
May 31, 2017
|
|
TomAugspurger |
40babf0
|
jreback
added a commit
to TomAugspurger/pandas
that referenced
this issue
May 31, 2017
|
|
TomAugspurger + jreback |
658f1ab
|
jreback
closed this
in #16543
Jun 1, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jotterbach commentedMay 27, 2017
•
edited
Code Sample, a copy-pastable example if possible
Problem description
The code exits unexpectedly
Expected Output
The code works on pandas version 0.19.2 and produces the expected output
Moreover this problem is not limited to MacOSX, but was also encounter on Ubuntu CI server.
Output of
pd.show_versions()pandas: 0.20.1
pytest: None
pip: 9.0.1
setuptools: 35.0.2
Cython: None
numpy: 1.12.1
scipy: None
xarray: None
IPython: None
sphinx: None
patsy: None
dateutil: 2.6.0
pytz: 2017.2
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: None
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: None
s3fs: None
pandas_gbq: None
pandas_datareader: None
None