Commit 112fd0b
* Fixes #55884- Added else for invalid fill_method
* Fixes #55884- Added else for invalid fill_method
* Update pandas/tests/reshape/merge/test_merge_ordered.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Update pandas/tests/reshape/merge/test_merge_ordered.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Update pandas/core/reshape/merge.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Fixed mergeordered ValueError Message
* Use pytest fixtures & parametrize for tests
---------
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent c4f0e6f commit 112fd0b
File tree
2 files changed
+13
-1
lines changed- pandas
- core/reshape
- tests/reshape/merge
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1863 | 1863 | | |
1864 | 1864 | | |
1865 | 1865 | | |
1866 | | - | |
| 1866 | + | |
1867 | 1867 | | |
1868 | 1868 | | |
| 1869 | + | |
| 1870 | + | |
1869 | 1871 | | |
1870 | 1872 | | |
1871 | 1873 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
0 commit comments