[issue20522] pandas version 0.13.0 does not give warning when summing float with object

2014-02-05 Thread Mark Dickinson
Mark Dickinson added the comment: Hi Simone, I'm afraid you've got the wrong bugtracker. This is the bugtracker for the Python core language (which doesn't include Pandas). Pandas is a 3rd party project. You can report Pandas issues here: https://github.com/pydata/pandas/issues --

[issue20522] pandas version 0.13.0 does not give warning when summing float with object

2014-02-05 Thread Simone Serrajotto
New submission from Simone Serrajotto: Good afternoon, I have just installed pandas 0.13.0 and was observing some strange results produced by old codes. One major issue is that I found that when summing two columns of a dataframe, one of which is a float64 and the other an object, the result incl