#polars

[ follow ]
Data science
fromInfoQ
3 months ago

Decathlon Switches to Polars to Optimize Data Pipelines and Infrastructure Costs

Migrating small-to-medium data workloads from Apache Spark to Polars yields major performance and cost improvements by enabling single-node execution and faster in-memory processing.
Python
fromPycoders
3 months ago

PyCoder's Weekly | Issue #712

Recent Python ecosystem updates: Qiskit quantum tutorials, DataFrame alternatives (Polars, DuckDB), Django 6.0 features, security PEPs, and Python 3.13.10 release.
#pandas
Python
fromInfoWorld
5 months ago

7 newer data science tools you should be using with Python

Several lesser-known Python data-wrangling tools, including ConnectorX and DuckDB, enable faster, parallelized database loading and in-process OLAP analytics beyond Pandas/Numpy.
Startup companies
fromTechCrunch
5 months ago

The startup behind open source tool Polars raises $21M from Accel | TechCrunch

Polars raised €18 million to scale its Rust-based high-performance data processing platform, funding Polars Distributed and Polars Cloud for petabyte-scale workloads.
fromRealpython
7 months ago

Episode #260: Harnessing the Power of Python Polars - The Real Python Podcast

Polars offers significant speed advantages, particularly in data projects when compared to pandas, making it an optimal choice for performance-centric applications.
Python
#data-analysis
Data science
fromTalkpython
9 months ago

10 Polars Tools and Techniques To Level Up Your Data Science

Polars offers numerous advantages over Pandas, especially when enhanced with tailored libraries.
Data science
fromRealpython
10 months ago

How to Group Data Using Polars .group_by() - Real Python

Polars provides various methods to summarize and aggregate data, including using .group_by() and .filter().
Pivot tables in Polars allow complex aggregation and grouping of datasets.
fromRealpython
10 months ago

How to Group Data Using Polars .group_by() Quiz - Real Python

This interactive quiz tests your understanding of Polars' .group_by() technique for data aggregation and provides a scoring system to evaluate your grasp of the concepts.
Data science
[ Load more ]