Why Polars uses less memory than Pandas
Processing large amounts of data with Pandas can be difficult; it’s quite easy to run out of memory and either slow down or crash. The Polars dataframe library is a potential solution.
Source: Why Polars uses less memory than Pandas, an article by Itamar Turner-Trauring.