A Practical Guide to Handling Out-of-Memory Data in Python
Short excerpt below. Click through to read at the original source.
These days, it is not uncommon to come across datasets that are too large to fit into random access memory (RAM), especially when working on advanced data analysis projects at scale, managing streaming data generated at high velocity, or building large machine learning models.