Skip to content

Commit

Permalink
docs: small typos (#5771)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels authored and quasiben committed Jan 8, 2020
1 parent 1d86a12 commit 895eddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask/dataframe/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# operates on matching partitions of frame-like objects passed as varargs.
#
# After the initial chunk step, the passed index is implicitly passed along to
# subsequent operations as the index of the parittions. Groupby operations on
# subsequent operations as the index of the partitions. Groupby operations on
# the individual partitions can then access the index via the ``levels``
# parameter of the ``groupby`` function. The correct argument is determined by
# the ``_determine_levels`` function.
Expand Down Expand Up @@ -126,7 +126,7 @@ def _groupby_raise_unaligned(df, **kwargs):
"""Groupby, but raise if df and `by` key are unaligned.
Pandas supports grouping by a column that doesn't align with the input
frame/series/index. However, the reindexing this causes doesn't seem to be
frame/series/index. However, the reindexing does not seem to be
threadsafe, and can result in incorrect results. Since grouping by an
unaligned key is generally a bad idea, we just error loudly in dask.
Expand Down

0 comments on commit 895eddc

Please sign in to comment.