Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. [172.31.28.107] out: File "/opt/anaconda3/lib/python3.5/site-packages/pandas/indexes/base.py", line 1986, in get_value
  2. [172.31.28.107] out: return tslib.get_value_box(s, key)
  3. [172.31.28.107] out: File "pandas/tslib.pyx", line 777, in pandas.tslib.get_value_box (pandas/tslib.c:17017)
  4. [172.31.28.107] out: File "pandas/tslib.pyx", line 786, in pandas.tslib.get_value_box (pandas/tslib.c:16691)
  5. [172.31.28.107] out: TypeError: 'str' object cannot be interpreted as an integer
  6. [172.31.28.107] out:
  7. [172.31.28.107] out: During handling of the above exception, another exception occurred:
  8. [172.31.28.107] out:
  9. [172.31.28.107] out: Traceback (most recent call last):
  10. [172.31.28.107] out: File "ExecutionFiles/execution_private_area_update.py", line 13, in <module>
  11. [172.31.28.107] out: carve_out_known_troublesome_clients=True
  12. [172.31.28.107] out: File "/euclidea/maruska/ExecutionFiles/portfolio_execution_template.py", line 235, in compute_multi_line_portfolio_analysis
  13. [172.31.28.107] out: carve_out_known_troublesome_clients=carve_out_known_troublesome_clients)
  14. [172.31.28.107] out: File "/euclidea/maruska/AreaPrivata/client_performance_decomposition_core_piece.py", line 204, in __init__
  15. [172.31.28.107] out: apply_tax=False)
  16. [172.31.28.107] out: File "/euclidea/maruska/AreaPrivata/client_performance_decomposition_core_piece.py", line 92, in apply_adjustments
  17. [172.31.28.107] out: lambda x: x.truncate(before=starting_dates_of_each_client[x.name[0]]))
  18. [172.31.28.107] out: File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", line 4061, in apply
  19. [172.31.28.107] out: return self._apply_standard(f, axis, reduce=reduce)
  20. [172.31.28.107] out: File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/frame.py", line 4157, in _apply_standard
  21. [172.31.28.107] out: results[i] = func(v)
  22. [172.31.28.107] out: File "/euclidea/maruska/AreaPrivata/client_performance_decomposition_core_piece.py", line 92, in <lambda>
  23. [172.31.28.107] out: lambda x: x.truncate(before=starting_dates_of_each_client[x.name[0]]))
  24. [172.31.28.107] out: File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/series.py", line 583, in __getitem__
  25. [172.31.28.107] out: result = self.index.get_value(self, key)
  26. [172.31.28.107] out: File "/opt/anaconda3/lib/python3.5/site-packages/pandas/indexes/base.py", line 1994, in get_value
  27. [172.31.28.107] out: raise e1
  28. [172.31.28.107] out: File "/opt/anaconda3/lib/python3.5/site-packages/pandas/indexes/base.py", line 1980, in get_value
  29. [172.31.28.107] out: tz=getattr(series.dtype, 'tz', None))
  30. [172.31.28.107] out: File "pandas/index.pyx", line 103, in pandas.index.IndexEngine.get_value (pandas/index.c:3332)
  31. [172.31.28.107] out: File "pandas/index.pyx", line 111, in pandas.index.IndexEngine.get_value (pandas/index.c:3035)
  32. [172.31.28.107] out: File "pandas/index.pyx", line 159, in pandas.index.IndexEngine.get_loc (pandas/index.c:4018)
  33. [172.31.28.107] out: File "pandas/hashtable.pyx", line 675, in pandas.hashtable.PyObjectHashTable.get_item (pandas/hashtable.c:12368)
  34. [172.31.28.107] out: File "pandas/hashtable.pyx", line 683, in pandas.hashtable.PyObjectHashTable.get_item (pandas/hashtable.c:12322)
  35. [172.31.28.107] out: KeyError: ('WM8PEX3M', 'occurred at index (WM8PEX3M, AXA Emerging Markets Short Duration Bonds)')
  36. [172.31.28.107] out:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement