open-edge-platform/anomalib

✨ Migrate from Pandas to Polars

クローズ

#3,370 opened on 2026/02/24

 (9 件のコメント) (0 件のリアクション) (1 人の担当者)Python (931 件のフォーク)auto 404
Good First Issuestale

Repository metrics

Stars
 (5,774 個のスター)
PR merge metrics
 (平均マージ 3d) (30d で 20 merged PRs)

説明

Problem Description

Polars claims to be faster than Pandas. To be in line with the ongoing efforts in adopting modern tools, the idea is to replace all pandas references with polars

Proposed Solution

Replace all existing Pandas code with Polars

Alternatives Considered

No response

Additional Context

Here is a link to their website for those new to the library. https://pola.rs/

Imo, the mapping between pandas and polars should be 1:1. Since his upgrade will mean touching large parts of anomalib's codebase, it is a great activity for anyone intending on becoming familiar with the codebase.

コントリビューターガイド