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: concat with dataframes heterogeneous in length and tuple keys #14438
Comments
chris-b1
added the
Bug
label
Oct 19, 2016
chris-b1
added this to the
Next Major Release
milestone
Oct 19, 2016
chris-b1
changed the title from
concat with dataframes heterogeneous in length and tuple keys raises AttributeError: 'tuple' object has no attribute 'append' (as of pandas 0.19) to BUG: concat with dataframes heterogeneous in length and tuple keys
Oct 19, 2016
|
Thanks for the report, PRs welcome! |
dubourg
referenced
this issue
Oct 19, 2016
Merged
Type levels as list in _make_concat_multiindex (fixes #14438) #14449
jreback
added Reshaping Difficulty Novice Effort Low
labels
Oct 19, 2016
dubourg
added a commit
to dubourg/pandas
that referenced
this issue
Oct 19, 2016
|
|
dubourg |
57a2ec8
|
jreback
modified the milestone: 0.19.1, Next Major Release
Oct 20, 2016
jreback
closed this
in #14449
Oct 20, 2016
jreback
added a commit
that referenced
this issue
Oct 20, 2016
|
|
dubourg + jreback |
0b6946b
|
jorisvandenbossche
added the
Regression
label
Oct 20, 2016
tworec
added a commit
to RTBHOUSE/pandas
that referenced
this issue
Oct 21, 2016
|
|
dubourg + tworec |
7cc286d
|
jorisvandenbossche
added a commit
that referenced
this issue
Nov 1, 2016
|
|
dubourg + jorisvandenbossche |
9857248
|
amolkahat
added a commit
to amolkahat/pandas
that referenced
this issue
Nov 26, 2016
|
|
dubourg + amolkahat |
c2d5c66
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dubourg commentedOct 17, 2016
A small, complete example of the issue
Expected Output (works w/ 0.18.1)
0.19 raises
Output of
pd.show_versions()commit: None
python: 3.4.5.final.0
python-bits: 64
OS: Linux
OS-release: 3.13.0-74-generic
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG:
LOCALE: None.None
pandas: 0.19.0
nose: None
pip: 8.1.2
setuptools: 27.2.0
Cython: None
numpy: 1.11.2
scipy: 0.17.1
statsmodels: 0.6.1
xarray: None
IPython: 4.2.0
sphinx: 1.4.1
patsy: 0.4.1
dateutil: 2.5.3
pytz: 2016.7
blosc: None
bottleneck: None
tables: None
numexpr: None
matplotlib: 1.5.1
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: None
httplib2: None
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.8
boto: None
pandas_datareader: None