Skip to content

Commit

Permalink
[docs] fix typo in DataFrame.set_index() (#7691)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 22, 2021
1 parent 0f922e0 commit 640df6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/dataframe/core.py
Expand Up @@ -4052,7 +4052,7 @@ def set_index(
This function operates exactly like ``pandas.set_index`` except with
different performance costs (dask dataframe ``set_index`` is much more expensive).
Under normal operation this function does an initial pass over the index column
to compute approximate qunatiles to serve as future divisions. It then passes
to compute approximate quantiles to serve as future divisions. It then passes
over the data a second time, splitting up each input partition into several
pieces and sharing those pieces to all of the output partitions now in
sorted order.
Expand Down

0 comments on commit 640df6b

Please sign in to comment.