Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. 2019-10-14 15:52:46,572 INFO [END] Execution Private Area Update
  2. /euclidea/maruska/AreaPrivata/client_performance_decomposition_stats.py:304: UserWarning: WM8FVQ1L had issues with performance volatility adjustments
  3. warn('%s had issues with performance volatility adjustments' % client)
  4. /euclidea/maruska/AreaPrivata/client_performance_decomposition_stats.py:304: UserWarning: WM8FVQ1L had issues with performance volatility adjustments
  5. warn('%s had issues with performance volatility adjustments' % client)
  6. /opt/anaconda3/lib/python3.6/site-packages/pandas/core/indexing.py:362: SettingWithCopyWarning:
  7. A value is trying to be set on a copy of a slice from a DataFrame.
  8. Try using .loc[row_indexer,col_indexer] = value instead
  9.  
  10. See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy
  11. self.obj[key] = _infer_fill_value(value)
  12. /opt/anaconda3/lib/python3.6/site-packages/pandas/core/indexing.py:543: SettingWithCopyWarning:
  13. A value is trying to be set on a copy of a slice from a DataFrame.
  14. Try using .loc[row_indexer,col_indexer] = value instead
  15.  
  16. See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy
  17. self.obj[item] = s
  18. Traceback (most recent call last):
  19. File "ExecutionFiles/execution_private_area_update.py", line 54, in <module>
  20. compute_client_time_weighted_progressive_returns(to_sql=True)
  21. File "/euclidea/maruska/AreaPrivata/client_performance_decomposition_core_piece.py", line 48, in compute_client_time_weighted_progressive_returns
  22. ['horizon', 'mandato', ]).dropna(how='all').apply(lambda x: x / x.dropna().iloc[0])
  23. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/frame.py", line 6004, in apply
  24. return op.get_result()
  25. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/apply.py", line 318, in get_result
  26. return super(FrameRowApply, self).get_result()
  27. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/apply.py", line 142, in get_result
  28. return self.apply_standard()
  29. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/apply.py", line 248, in apply_standard
  30. self.apply_series_generator()
  31. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/apply.py", line 277, in apply_series_generator
  32. results[i] = self.f(v)
  33. File "/euclidea/maruska/AreaPrivata/client_performance_decomposition_core_piece.py", line 48, in <lambda>
  34. ['horizon', 'mandato', ]).dropna(how='all').apply(lambda x: x / x.dropna().iloc[0])
  35. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/indexing.py", line 1478, in __getitem__
  36. return self._getitem_axis(maybe_callable, axis=axis)
  37. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/indexing.py", line 2102, in _getitem_axis
  38. self._validate_integer(key, axis)
  39. File "/opt/anaconda3/lib/python3.6/site-packages/pandas/core/indexing.py", line 2009, in _validate_integer
  40. raise IndexError("single positional indexer is out-of-bounds")
  41. IndexError: ('single positional indexer is out-of-bounds', 'occurred at index (YTD, WM1OAEDJ)')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement