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

Integrating Custom Trading Indicators with Pandas

On 18 February 2025 - tagged resources, python

How to implement common trading indicators using Pandas/NumPy and extend Pandas objects with custom methods for computing those indicators for seamless financial analysis.

Blog post image

Working with missing data in time-series processing

On 31 March 2025 - tagged python

Missing data often cannot be avoided, especially when working with time series. If we however handle them properly, we can minimize their impact on results. Here is how to do it using Pandas library and its NaN handling machinery.

Blog post image

Building HFT algos with hftbacktest and Lake

Come back later for: Backtest high-sharpe HFT strategies with hftbacktest integrated with Lake

New posts are announced on RSS, X/twitter @jan_skoda or @crypto_lake_com, so follow us!