Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoshistrats authored Apr 16, 2022
1 parent cd11bd3 commit 4155195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def baz(x, y):
xvals = np.array([1, 2, 10])
yvals = np.array([4, 5, 6])

# Group IDS
# Group ids
gids = np.array([1, -3, 1])

# Perform groupby-apply; note that keyword args are supported as well.
Expand All @@ -53,7 +53,7 @@ def bop(x):
# Sample arrays, to slice
xvals = np.array([2, 3, 4])

# Group IDS
# Group ids
gids = np.array([10, -20, 10])

grpd = fastgrouper.li.Grouped(gids)
Expand Down

0 comments on commit 4155195

Please sign in to comment.