Skip to content

Commit

Permalink
README.md: corrected meaningful typo 32^2 => 2^32 (#3124)
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Razoumov <LEOR@pion.local>
  • Loading branch information
slonik-az and Leo Razoumov committed Apr 12, 2022
1 parent 13040f9 commit d0656a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Arrow2 also has a more granular code base, helping to reduce the compiler bloat.
See [this example](./examples/python_rust_compiled_function).

# Going big...
Do you expect more than `32^2` ~4,2 billion rows? Compile polars with the `bigidx` feature flag.
Do you expect more than `2^32` ~4,2 billion rows? Compile polars with the `bigidx` feature flag.

Or for python users install `$ pip install -U polars-u64-idx`.

Expand Down

0 comments on commit d0656a4

Please sign in to comment.