Полезные материалы по всему, что может быть полезно питонисту.
Loading SQL data into Pandas without running out of memory Pandas can load data from a SQL query, but the result may use too much memory. Learn how to process data in batches, and reduce memory usage even further.
Pandas can load data from a SQL query, but the result may use too much memory. Learn how to process data in batches, and reduce memory usage even further.