'Python Polars Read Zipped CSV

How does one read a zipped csv file into a python polars DataFrame?

The only current solution is writing the entire thing into memory and then passing it into pl.read_csv.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source