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.

贡献者指南