Skip to content

Commit

Permalink
Reactivate ordering of seed data if not ordered.
Browse files Browse the repository at this point in the history
  • Loading branch information
yohplala committed Apr 17, 2024
1 parent 15e799b commit a97c2ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oups/aggstream/aggstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ def _iter_data(
"""
Iterate provided seed, applying sequentially (optionally) filters.
Seed has to be monotonic increasing on 'ordered_on' column. If not, it is
ordered.
Parameters
----------
seed : Iterable[pDataFrame]
Expand Down

0 comments on commit a97c2ba

Please sign in to comment.