I am running the Ananconda 2.3 distribution of Python 3.4.3 in Spyder 2 and everyonce in a while when I am writing a line of code in the console, usually after I press the "(" key I get a RunTimeWarning, an example of a recent example can be found below:
foo = test_mod.isupply_df.copy(C:\Users\BLANK\AppData\Local\Continuum\Anaconda3\lib\site-packages\pandas\core\format.py:2037: RuntimeWarning: invalid value encountered in greater has_large_values = (abs_vals > 1e8).any()
has anyone else experienced this type of problem, it doesn't seem to be causing any problems that I can notice and has mainly been an annoyance but I am sure it is messing something up on a deeper level and I would like to fix it.
Thanks,
Josh