You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Pandas have updated isin behavior in 1.2.0 where they don't type-cast the provided input values to the type of existing series.
Describe the solution you'd like
Remove the type-casting.
Fully resolves: #7412
Most of the fix to address #7412 were done as part of pandas upgrade in #7375. This PR only includes docstrings update to `isin`.
Authors:
- GALI PREM SAGAR (@galipremsagar)
Approvers:
- Keith Kraus (@kkraus14)
URL: #7479
Is your feature request related to a problem? Please describe.
Pandas have updated
isin
behavior in1.2.0
where they don't type-cast the provided input values to the type of existingseries
.Describe the solution you'd like
Remove the type-casting.
Additional context
pandas-dev/pandas#38781
The text was updated successfully, but these errors were encountered: