File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
467
467
-i " pandas.json_normalize RT03,SA01" \
468
468
-i " pandas.merge PR07" \
469
469
-i " pandas.merge_asof PR07,RT03" \
470
- -i " pandas.merge_ordered PR07" \
471
470
-i " pandas.period_range RT03,SA01" \
472
471
-i " pandas.plotting.andrews_curves RT03,SA01" \
473
472
-i " pandas.plotting.lag_plot RT03,SA01" \
Original file line number Diff line number Diff line change @@ -316,7 +316,9 @@ def merge_ordered(
316
316
Parameters
317
317
----------
318
318
left : DataFrame or named Series
319
+ First pandas object to merge.
319
320
right : DataFrame or named Series
321
+ Second pandas object to merge.
320
322
on : label or list
321
323
Field names to join on. Must be found in both DataFrames.
322
324
left_on : label or list, or array-like
You can’t perform that action at this time.
0 commit comments