Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个memmap充当二维数组的 numpy 对象:
memmap
In [8]: data_2d.shape Out[8]: (16777216, 50)
删除该行总和为零的行的最佳方法是什么?