Super Fast Web Scraping with Polars in Python
Web scraping made easy and fast with Polars in Python.
Published in
4 min readMar 12
--
Polars is a dataframe library for Python that is faster than pandas.
Just like Pandas, we can use polars to easily scrape websites. We can read any CSV file published on a website and even extract tables within HTML pages.