01Identifies and replaces slow iterrows() and apply() patterns with vectorized operations.
020 GitHub stars
03Automatically detects data science contexts via pandas/numpy dependencies and .ipynb files.
04Recommends NumPy broadcasting and pre-allocation strategies for high-performance computing.
05Provides memory footprint optimization through intelligent dtype and category recommendations.
06Audits ETL pipelines for data validation, null handling, and schema consistency.