You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the joining turns it into a mixed type frame. The test that checks combineAdd was already float. The test that checks mixed type did not have differing columns.
* commit 'v0.9.0-169-g5c945e1':
BUG: fill_value not being applied for mixed type frame pandas-dev#2191
BUG: bug in setup.py with cython and sdist command class pandas-dev#2188
BLD: c scope decl wrong
Very, very surprised this bug isn't caught by the test suite.
df1 = pandas.DataFrame({'a':{True:1,False:5},'b':{True:7,False:8}})
df2 = pandas.DataFrame({'a':{True:1,False:5},'c':{True:7,False:8}})
The text was updated successfully, but these errors were encountered: