Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. File "/home/user/.local/lib/python3.7/site-packages/pandas/core/indexes/base.py", line 2899, in get_loc
  2. return self._engine.get_loc(self._maybe_cast_indexer(key))
  3. File "pandas/_libs/index.pyx", line 107, in pandas._libs.index.IndexEngine.get_loc
  4. File "pandas/_libs/index.pyx", line 131, in pandas._libs.index.IndexEngine.get_loc
  5. File "pandas/_libs/hashtable_class_helper.pxi", line 992, in pandas._libs.hashtable.Int64HashTable.get_item
  6. File "pandas/_libs/hashtable_class_helper.pxi", line 998, in pandas._libs.hashtable.Int64HashTable.get_item
  7. KeyError: 2
  8. 2019-09-17 23:55:54 [scrapy.core.engine] INFO: Closing spider (finished)
  9. 2019-09-17 23:55:54 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
  10. {'finish_reason': 'finished',
  11. 'finish_time': datetime.datetime(2019, 9, 18, 3, 55, 54, 753664),
  12. 'log_count/DEBUG': 1,
  13. 'log_count/ERROR': 1,
  14. 'log_count/INFO': 7,
  15. 'memusage/max': 97345536,
  16. 'memusage/startup': 97345536,
  17. 'start_time': datetime.datetime(2019, 9, 18, 3, 55, 54, 80373)}
  18. 2019-09-17 23:55:54 [scrapy.core.engine] INFO: Spider closed (finished)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement