File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1717,7 +1717,8 @@ def join_asof(
17171717
17181718 This is similar to a left-join except that we match on nearest key rather than equal keys.
17191719
1720- Both DataFrames must be sorted by the asof_join key.
1720+ For Polars, both DataFrames must be sorted by the `on` key (within each `by` group
1721+ if specified).
17211722
17221723 Arguments:
17231724 other: DataFrame to join with.
@@ -3034,7 +3035,8 @@ def join_asof(
30343035
30353036 This is similar to a left-join except that we match on nearest key rather than equal keys.
30363037
3037- Both DataFrames must be sorted by the asof_join key.
3038+ For Polars, both DataFrames must be sorted by the `on` key (within each `by` group
3039+ if specified).
30383040
30393041 Arguments:
30403042 other: DataFrame to join with.
You can’t perform that action at this time.
0 commit comments