Skip to content

Commit

Permalink
Update docs/source/user-guide/migration/pandas.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Mitchell <[email protected]>
  • Loading branch information
ritchie46 and wence- authored Feb 18, 2025
1 parent 881a056 commit 69a2c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/migration/pandas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 69a2c84

Please sign in to comment.