Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. /euclidea/maruska/ImportData/centralized_data_for_tasks.py:810: Warning: have no data! the processes ahead could have unexpected results
  2. Warning)
  3. Traceback (most recent call last):
  4. File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", line 1395, in _has_valid_type
  5. error()
  6. File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", line 1390, in error
  7. (key, self.obj._get_axis_name(axis)))
  8. KeyError: 'the label [104099] is not in the [columns]'
  9.  
  10. During handling of the above exception, another exception occurred:
  11.  
  12. Traceback (most recent call last):
  13. File "ExecutionFiles/execution_private_area_update.py", line 17, in <module>
  14. threading_processes=6
  15. File "/euclidea/maruska/AreaPrivata/private_area_main.py", line 110, in update_all_clients_private_area
  16. generate_return_indexes_proxied(to_sql=True, start_date='2013-1-1')
  17. File "/euclidea/maruska/AreaPrivata/proxy_preparation_for_forward_stats.py", line 57, in generate_return_indexes_proxied
  18. assets_for_which_to_get_usd_currency=assets_for_which_to_get_usd_currency
  19. File "/euclidea/maruska/ImportData/centralized_data_for_tasks.py", line 1271, in load_all_time_series
  20. assets_for_which_to_get_usd_currency=assets_for_which_to_get_usd_currency).prices
  21. File "/euclidea/maruska/ImportData/centralized_data_for_tasks.py", line 1202, in __init__
  22. self.prices = self.extend_prices_with_proxies()
  23. File "/euclidea/maruska/ImportData/centralized_data_for_tasks.py", line 916, in extend_prices_with_proxies
  24. single_proxies_data = proxies_data.loc[:, proxy_id].dropna()
  25. File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", line 1294, in __getitem__
  26. return self._getitem_tuple(key)
  27. File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", line 784, in _getitem_tuple
  28. return self._getitem_lowerdim(tup)
  29. File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", line 908, in _getitem_lowerdim
  30. section = self._getitem_axis(key, axis=i)
  31. File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", line 1466, in _getitem_axis
  32. self._has_valid_type(key, axis)
  33. File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", line 1403, in _has_valid_type
  34. error()
  35. File "/opt/anaconda3/lib/python3.5/site-packages/pandas/core/indexing.py", line 1390, in error
  36. (key, self.obj._get_axis_name(axis)))
  37. KeyError: 'the label [104099] is not in the [columns]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement