Skip to Content
Python Polars ―高速なデータ処理を実現する次世代ライブラリ
book

Python Polars ―高速なデータ処理を実現する次世代ライブラリ

by Jeroen Janssens, Thijs Nieuwdorp, 中田 秀基
December 2025
Intermediate to advanced
468 pages
7h 58m
Japanese
O'Reilly Japan, Inc.
Content preview from Python Polars ―高速なデータ処理を実現する次世代ライブラリ

18章Polarsの内部構造

本章では、Polarsの内部構造を深く掘り下げ、Polarsを強力で効率的なデータ操作パッケージたらしめるメカニズムを明らかにする。これまでも本書全体を通して、Polarsの機能を全体的に理解する必要がある際に、本章を参照してきた。

本章では、次のことを学ぶ。

  • Polarsのアーキテクチャ
  • さまざまな舞台裏で用いられる技術
  • Polarsの性能を可能にする最適化
  • コードのプロファイリングとテストを行うツール群。これらを用いることで、データ処理タスクの完全な最適化が可能になる

本章で必要なファイルを入手する手順は既に「2章 Polarsを使い始める」で説明している。また本章では、dataサブディレクトリにファイルがあると仮定する。

本章を読めば、Polarsを高速かつ効率的にしているさまざまな技術をより深く理解できるようになるだろう。また、これらの内部構造を自分のデータ処理タスクに活用する方法についての実践的な知識も得られるだろう。

18.1 Polarsのアーキテクチャ

すべてはコードから始まる。あなたが入力するコードは、Polarsのドメイン固有言語(DSL)である。このDSLによって、何をすべきかを宣言的に定義する。

DSLは、実行すべき作業を抽象的に表現した中間表現(Intermediate Representation:IR)に変換される。このIRを表示するには、lf.explain()を呼び出して文字列表現に変換すればいい。またlf.show_graph()を使って可視化することもできる。IRは、有向非巡回グラフ(DAG)として表現される。各ノードは計算を、エッジはデータフローを表す。IRは演算を定義するだけでなく、オプティマイザが必要とするデータ型やデータのシェイプに関する情報も保持する。これらの情報によって、演算がエラーとなるかどうかを事前に判断することができる。したがって、コードを実行する前にエラーメッセージを返すことができ、デバッグにかかる時間を短縮できる。 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Python Distilled ―プログラミング言語Pythonのエッセンス

Python Distilled ―プログラミング言語Pythonのエッセンス

David M. Beazley, 鈴木 駿
入門 Python 3 第2版

入門 Python 3 第2版

Bill Lubanovic, 鈴木 駿, 長尾 高弘

Publisher Resources

ISBN: 9784814401437Publisher Website