Skip to main content
Market Maker's Blog

How to limit Pandas memory usage

On 09 August 2024 - tagged python

Pandas is a powerful library for data analysis in Python. It is widely used in data science and data engineering. However, it can be memory-intensive, especially when working with large datasets. In this post, we will explore how to limit Pandas memory usage and improve it by 80% on an example trading dataset.

Blog post image

Plotting cumulative orderbook in Python

On 10 August 2024 - tagged python

Simple function for plotting cumulative orderbook in Python with Python and Plotly

Blog post image