open-edge-platform/anomalib

✨ Migrate from Pandas to Polars

已關閉

#3,370 建立於 2026年2月24日

 (9 則留言) (0 個反應) (1 位負責人)Python (931 個分叉)auto 404
Good First Issuestale

倉庫指標

星標
 (5,774 顆星)
PR 合併指標
 (平均合併 3天) (30 天內合併 20 個 PR)

描述

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.

貢獻者指南