GitHub - telekinesis-inc/aiopandas: Lightweight Pandas monkey-patch that adds async support to map, apply, applymap, aggregate, and transform, enabling seamless handling of async functions with controlled max_parallel execution.
aiopandas
🚀 Async-Powered Pandas: Lightweight Pandas monkey-patch that adds async support to map, apply, applymap, aggregate, and transform, enabling seamless handling of async functions with controlled parallel execution (max_parallel).
✨ Features
Drop-in replacement for Pandas functions, now supporting async functions.
Automatic async execution with controlled concurrency via max_parallel.
Supports tqdm for real-time progress tracking.
🚀 Quick Start
import aiopandas as pd # Monkey-patches P...
Read more at github.com