Traceback (last last call): File "/home/xxx/anaconda/envs/py3/lib/python3.4/site-packages/ pandas / core / internals.py", line 2061, in _try_coerce_args other = other.astype ( 'i8', copy = False) .view ('i8') ValueError: invalid literal for int () with base 10: 'a'
When processing the above exception, another exception occurred:
Traceback (last last call): File "/home/xxx/anaconda/envs/py3/lib/python3.4/site-packages/ pandas / core / internals.py", line 594, replace values, _, to_replace, _ = self._try_coerce_args (self.values, to_replace) File "/home/xxx/anaconda/envs/py3/lib/python3.4/site-packages/pandas/core/internals.py", line 2066, in _try_coerce_args raise TypeError TypeError
When processing the above exception, another exception occurred:
Traceback ( ): ", 1, " /home/xxx/anaconda/envs/py 3/lib/python3.4/site-packages/ pandas/core/generic.py", 3110, inplace = inplace, regex = regex) "/home/xxx/anaconda/envs/py3/lib/python3.4/site-packages/pandas/core/internals.py" , 2870, return self.apply("replace", ** kwargs) "/home/xxx/anaconda/envs/py3/lib/python3.4/site-packages/pandas/core/internals.py" , 2823, apply = getattr (b, f) (** kwargs) "/home/xxx/anaconda/envs/py3/lib/python3.4/site-packages/pandas/core/internals.py" , 607, if not mask.any(): UnboundLocalError: 'mask',
pandas 0.16.2.
?