Below a quick demonstration of Polars API in Python. import polars as pl q = ( pl.scan_csv("iris.csv") .filter( ...
確定! 回上一頁