Conversation
|
Hello @h-vetinari! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23187 +/- ##
=========================================
Coverage ? 92.19%
=========================================
Files ? 169
Lines ? 50956
Branches ? 0
=========================================
Hits ? 46978
Misses ? 3978
Partials ? 0
Continue to review full report at Codecov.
|
jreback
left a comment
There was a problem hiding this comment.
minor comments, ping on green.
doc/source/whatsnew/v0.24.0.txt
Outdated
| ^^^^^^^ | ||
|
|
||
| - | ||
| - Bug in :meth:`Series.str.cat` which falsely did not raise if `others` was a `set` (:issue:`23009`) |
There was a problem hiding this comment.
this is an api breaking change, so move it there. make this declerative as well, e.g. Series.str.cat will now raise if others is a set
| s.str.cat([u, [u, d]]) | ||
|
|
||
| # forbidden input type, e.g. int | ||
| # forbidden input type: set |
4a9a94b to
f447f05
Compare
f447f05 to
deb912e
Compare
|
thanks! |
This reverts commit 779aeac.
git diff upstream/master -u -- "*.py" | flake8 --diffThis is split off from #23065.