What does ‘killed’ mean when a processing of a huge CSV with Python, which suddenly stops?
I have a Python script that imports a large CSV file and then counts the number of occurrences of each word in the file, then exports the counts to another CSV file.