From 69a2c843bd60e7b47e92f9c02035c3667fd2bc13 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Tue, 18 Feb 2025 16:36:25 +0100 Subject: [PATCH] Update docs/source/user-guide/migration/pandas.md Co-authored-by: Lawrence Mitchell --- docs/source/user-guide/migration/pandas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/migration/pandas.md b/docs/source/user-guide/migration/pandas.md index 1f451b0c4485..0edc1cea8f65 100644 --- a/docs/source/user-guide/migration/pandas.md +++ b/docs/source/user-guide/migration/pandas.md @@ -38,7 +38,7 @@ Polars can convert data to NumPy format with the `to_numpy` method. Polars exploits the strong support for concurrency in Rust to run many operations in parallel. While some operations in pandas are multi-threaded the core of the library is single-threaded and an additional library such as `Dask` must be used to parallelize operations. Polars is faster than all -open source solutions that paralellize pandas code. +open source solutions that parallelize pandas code. ### Polars has support for different engines