ni1o1 / transbigdata

A Python package develop for transportation spatio-temporal big data processing, analysis and visualization.
https://transbigdata.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
455 stars 115 forks source link

array is too big; `arr.size * arr.dtype.itemsize` is larger than the maximum possible size. #80

Closed GREED0408 closed 10 months ago

GREED0408 commented 12 months ago

home = tbd.mobile_identify_home(stay, col=['user_id','stime', 'etime','LONCOL', 'LATCOL','lon','lat'], start_hour=0, end_hour=24 ) home

会出现报错,说数组过于巨大 800w次停留

ni1o1 commented 11 months ago

可以试试看拆分数据集后再尝试识别