After checking, it should be a problem of python bitness. At first, my local is 32
bit.
If your Python is 32-bit, then your pandas and Numpy can only be 32-bit, so when your memory usage exceeds 2G, the memory will be automatically terminated. ,
Later, when I changed to 64-bit, there was no error.