Commit 320d613
Series replace error (#59552)
* changed AttributeError to ValueError
* added test for replace method from dict_like to dict_like for a pd.Series
* added entry in whatsnew.rst
* Update doc/source/whatsnew/v3.0.0.rst
removed rst entry
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Update pandas/core/generic.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Update pandas/core/generic.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* updated msg test function
* breaking line for 88 instead of 89 characters
---------
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>1 parent e1a79b2 commit 320d613
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7487 | 7487 | | |
7488 | 7488 | | |
7489 | 7489 | | |
7490 | | - | |
7491 | 7490 | | |
7492 | 7491 | | |
| 7492 | + | |
| 7493 | + | |
| 7494 | + | |
| 7495 | + | |
| 7496 | + | |
7493 | 7497 | | |
7494 | 7498 | | |
7495 | 7499 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
499 | 508 | | |
500 | 509 | | |
501 | 510 | | |
| |||
0 commit comments