s Python’s JSON Processing Too Slow? Give orjson a Try!
28/12/2025

s Python’s JSON Processing Too Slow? Give orjson a Try!

When working with data processing or writing APIs, do you always find JSON serialization/deserialization frustratingly slow? Especially with large datasets, the standard json library is downright sluggish! Today, I’m sharing a hidden…

Pandas 05 | How to Use Pandas to Concatenate Data?
05/12/2025

Pandas 05 | How to Use Pandas to Concatenate Data?

Introduction In the previous session, we discussed how Pandas can conveniently read and store table-type files to enable interaction between local storage and Python. However, in many scenarios, the data…

Pandas 04 | How to Use Pandas for File I/O?
05/12/2025

Pandas 04 | How to Use Pandas for File I/O?

In the previous session, we discussed how Pandas can conveniently handle time series data (seems like a distant memory now). Without further ado, let’s continue by looking at reading and…