courses-py_packages-polars

Packages : Polars

Polars is a fast and efficient data manipulation library for Python. It provides a DataFrame-like interface similar to Pandas, but with a focus on performance and memory efficiency.

https://docs.pola.rs/

useful functions

df.shape - https://docs.pola.rs/py-polars/html/reference/dataframe/api/polars.DataFrame.shape.html

Keywords