Skip to content

Commit

Permalink
feat: add pandas df accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Jan 23, 2025
1 parent b64a431 commit 93af306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docetl/apis/pd_accessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,11 @@ def agg(
When fuzzy=True and no blocking parameters are provided in resolve_kwargs,
this method automatically invokes the JoinOptimizer to generate efficient
blocking conditions for the resolution phase. The optimizer will suggest
blocking conditions for the resolve phase. The optimizer will suggest
blocking thresholds and conditions to improve performance while maintaining
the target recall. The optimized configuration will be displayed for future reuse.
The resolution phase is skipped if:
The resolve phase is skipped if:
- fuzzy=False
- reduce_keys=["_all"]
- input data has 5 or fewer rows
Expand Down

0 comments on commit 93af306

Please sign in to comment.