Skip to content

Polars

Rust/Python 용 빠른 DataFrame 라이브러리

Features

  • 멀티쓰레디드 데이터프레임
    • Lazy | Eager 실행
    • SIMD
    • 쿼리 최적화
    • 강력한 Expression API
  • Rust로 작성되어 Rust 환경에서 기존 DataFrame API 를 그대로 사용
    • 물론 Python 에서도 그대로 이용 가능
  • Apache Arrow 스펙을 그대로 안전하게 구현한 Arrow2 Rust Crate 기반

See also

Favorite site