|
You are here |
tech.gerardbentley.com | ||
| | | | |
marcobonzanini.com
|
|
| | | | | In this article you'll find some tips to reduce the amount of RAM used when working with pandas, the fundamental Python library for data analysis and data manipulation. When dealing with large(ish) datasets, reducing the memory usage is something you need to consider if you're stretching to the limits of using a single machine. For... | |
| | | | |
tomaugspurger.net
|
|
| | | | | This is part 4 in my series on writing modern idiomatic pandas. Modern Pandas Method Chaining Indexes Fast Pandas Tidy Data Visualization Time Series Scaling Wes McKinney, the creator of pandas, is kind of obsessed with performance. From micro-optimizations for element access, to embedding a fast hash table inside pandas, we all benefit from his and others' hard work. This post will focus mainly on making efficient use of pandas and NumPy. | |
| | | | |
vickiboykis.com
|
|
| | | | | Working with medium-ish data in Pandas | |
| | | | |
debezium.io
|
|
| | | Debezium is an open source distributed platform for change data capture. Start it up, point it at your databases, and your apps can start responding to all of the inserts, updates, and deletes that other apps commit to your databases. Debezium is durable and fast, so your apps can respond quickly and never miss an event, even when things go wrong. | ||